0_0_33633959_3850.cpp:29:7: error: 'll' does not name a type
const ll maxn=1e5+10;
^
0_0_33633959_3850.cpp:30:10: error: 'maxn' was not declared in this scope
string s[maxn];
^
0_0_33633959_3850.cpp:31:1: error: 'll' does not name a type
ll f[maxn];
^
0_0_33633959_3850.cpp: In function 'int main()':
0_0_33633959_3850.cpp:36:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_33633959_3850.cpp:58:1: error: expected '}' at end of input
}
^
|