Problem 3nplus1
User dacashew
Submission Time 2024-02-28 14:05:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:110:9: error: expected ‘;’ before ‘}’ token
110 | cout<<1
| ^
| ;
111 | }
| ~