Problem | topical |
---|---|
User | shaokai348 |
Submission Time | 2025-03-20 21:02:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:17:11: error: expected ‘;’ before ‘return’
17 | cout << 1
| ^
| ;
18 | return 0;
| ~~~~~~