0_0_36601100_19557.cpp:12:1: error: 'LL' does not name a type
LL a[110], b[110];
^
0_0_36601100_19557.cpp: In function 'void solve()':
0_0_36601100_19557.cpp:17:12: error: 'a' was not declared in this scope
memset(a,0,sizeof a);
^
0_0_36601100_19557.cpp:18:12: error: 'b' was not declared in this scope
memset(b,0,sizeof b);
^
|