Problem 3nplus1
User ChessyBoy
Submission Time 2024-04-05 14:14:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main()
| ~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:19:9: error: expected ‘}’ at end of input
19 | return 0;
| ^
3nplus1.cpp:4:1: note: to match this ‘{’
4 | {
| ^