Run id: 143945

Main.cc:4:11: warning: integer constant is too large for its type
     int a[100000000000000000000000],b[1000000000000000000000000000000],i,n;
           ^
Main.cc:4:39: warning: integer constant is too large for its type
     int a[100000000000000000000000],b[1000000000000000000000000000000],i,n;
                                       ^
Main.cc:5:15: warning: integer constant is too large for its type
     for(i=0;i<10000000000000000000000000000000;i++){
               ^
Main.cc: In function 'int main()':
Main.cc:4:70: error: size of array 'b' is too large
     int a[100000000000000000000000],b[1000000000000000000000000000000],i,n;
                                                                      ^
Main.cc:6:23: error: 'b' was not declared in this scope
         if(a[i]==0 && b[i]==0){
                       ^
Main.cc:14:20: error: 'b' was not declared in this scope
         cout<