0_0_36795187_19116.cpp: In function 'void solve()':
0_0_36795187_19116.cpp:21:26: error: 'memset' was not declared in this scope
memset(nxt,0,sizeof(nxt));
^
0_0_36795187_19116.cpp: In function 'int main()':
0_0_36795187_19116.cpp:34:15: error: 'strlen' was not declared in this scope
n=strlen(s+1);
^
|