Problem 3nplus1
User YII1719
Submission Time 2023-11-08 13:38:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:5:7: error: stray ‘\342’ in program
5 | int n≤10000;
| ^
3nplus1.cpp:5:8: error: stray ‘\211’ in program
5 | int n≤10000;
| ^
3nplus1.cpp:5:9: error: stray ‘\244’ in program
5 | int n≤10000;
| ^
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:5:10: error: expected initializer before numeric constant
5 | int n≤10000;
| ^~~~~
3nplus1.cpp:6:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> n;
| ^
| yn