Run id: 100116
Main.cc:5:12: warning: integer constant is too large for its type
char a[100000000000000000000000000000],b[10000000000000000000000000000000000000000];
^
Main.cc:5:46: warning: integer constant is too large for its type
char a[100000000000000000000000000000],b[10000000000000000000000000000000000000000];
^
Main.cc: In function 'int main()':
Main.cc:5:87: error: size of array 'b' is too large
char a[100000000000000000000000000000],b[10000000000000000000000000000000000000000];
^
Main.cc:6:13: error: 'b' was not declared in this scope
cin>>a>>b;
^
Main.cc:9:15: error: 'strcat' was not declared in this scope
strcat(a,b);
^