[gcj] Why this code is wrong (practise session Q.1) - not accepted

2018-04-11 Thread Wing-chung Leung
Read the question again. You did something very different from what the 
question asked for.

You are to do the guesses instead of outputting those TOO_BIG things.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/ad072a78-117c-4a41-976d-e2b0a0948944%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gcj] Why this code is wrong (practise session Q.1) - not accepted

2018-04-10 Thread piyush ohri
#include 
using namespace std;
int main()
{int t ;
 cin>>t;
 for(int i=0;i>a>>b;
 cin>>n;
 for(int j=0;j>x;
 if(x>b) cout<<"TOO_BIG"<