Problem topical
User shaokai348
Submission Time 2025-03-20 21:02:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:17:11: error: expected ‘;’ before ‘return’
17 | cout << 1
| ^
| ;
18 | return 0;
| ~~~~~~