Run id: 143946

Main.cc:4:17: warning: integer constant is too large for its type
     long long a[100000000000000000000000],b[1000000000000000000000000000000],i,n;
                 ^
Main.cc:4:45: warning: integer constant is too large for its type
     long long 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:76: error: size of array 'b' is too large
     long long 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<