Problem 1609
User Austin
Submission Time 2025-12-24 08:40:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp:4:9: error: invalid digit "9" in octal constant
4 | return 08430589346058q346503485
| ^~~~~~~~~~~~~~~~~~~~~~~~
1609.cpp: In function ‘int main()’:
1609.cpp:4:33: error: expected ‘;’ before ‘}’ token
4 | return 08430589346058q346503485
| ^
| ;
5 | }
| ~