Problem | 1609 |
---|---|
User | devomega07 |
Submission Time | 2023-08-17 22:17:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
1609.cpp: In function ‘int main()’:
1609.cpp:41:14: error: expected ‘;’ before ‘return’
41 | cout << 1609
| ^
| ;
42 | return 0;
| ~~~~~~