Month: May 2016
Solution: #include<iostream> #include<cstdio> using namespace std; int main() { int testcase,i,num_range,j; cin>>testcase; for(i=1; i<=testcase; i++) { cin>>num_range;…
1st approach: #include<iostream> #include<cstdio> using namespace std; int main() { int counts=0; for(int i=1000; i>=1; i–) {…
http://ideone.com/ItvUGS
I was using code blocks but it was giving me compiler error for c++11 was not on…
Today I faced this problem.I tried all method found on the net but didn’t worked anything.So I…
Recent Comments