Problem 3nplus1
User aribah
Submission Time 2026-06-22 16:34:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:2:9: error: macro names must be identifiers
2 | #define 11 long long
| ^~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:4: error: expected ‘;’ before ‘n’
5 | 11 n;
| ^~
| ;
3nplus1.cpp:6:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | cin>>n;
| ^
| yn