Problem moka
User NoobMugger420
Submission Time 2024-12-28 11:09:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moka.cpp: In function ‘int main()’:
moka.cpp:26:42: error: expected ‘;’ before ‘}’ token
26 | res = max(res, (int) adjlist[i].size())
| ^
| ;
27 | }
| ~