Problem 1609
User PerihelionfromAphelion
Submission Time 2026-04-11 11:08:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp:1:2: error: invalid preprocessing directive #int
1 | #int main () {
| ^~~
1609.cpp:2:2: error: expected unqualified-id before ‘return’
2 | return 0;
| ^~~~~~
1609.cpp:3:1: error: expected declaration before ‘}’ token
3 | }
| ^