Problem topical
User aiden
Submission Time 2025-03-19 19:56:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp:3:24: error: expected primary-expression before ‘;’ token
3 | const long long maxn = ;
| ^
topical.cpp: In function ‘int main()’:
topical.cpp:7:13: error: expected ‘;’ before ‘}’ token
7 | cout << "1"
| ^
| ;
8 | }
| ~