Judge Information

Run ID: 32493
src.cpp: In function 'int main()':
src.cpp:23:19: error: 't' was not declared in this scope
m=max(t,m);
^
src.cpp:26:22: error: 't' was not declared in this scope
if(a[i]==a[i+1])t++;
^