Judge Information

Run ID: 32474
src.cpp: In function 'int main()':
src.cpp:18:8: error: 'tam' was not declared in this scope
m=max (tam,m);
^
src.cpp:21:25: error: expected ')' before 'm'
if (a[i] == a[i+1] m++;
^