Problem magiccity
User PlayVoltz
Submission Time 2026-08-13 17:32:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

magiccity.cpp: In function ‘int32_t main()’:
magiccity.cpp:149:10: error: expected ‘;’ before ‘T’
149 | N=12*k
| ^
| ;
150 | T.resize(N);
| ~