Problem 3nplus1
User xiaotong
Submission Time 2023-11-08 10:33:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:8: error: expected initializer before ‘<=’ token
5 | int n <= 10000
| ^~
3nplus1.cpp:10:2: error: expected ‘}’ at end of input
10 | }
| ^
3nplus1.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^