#include<bits/stdc++.h>
using namespace std;
int main() {
cout<<1.00/0.16<<endl;
return 0;
}my ans code is damn right why its showing wrong ans
My ans is right
for which problem ???
#include<bits/stdc++.h>
using namespace std;
int main() {
cout<<1.00/0.16<<endl;
return 0;
}my ans code is damn right why its showing wrong ans
for which problem ???