| Problem | 3nplus1 |
|---|---|
| User | aribah |
| Submission Time | 2026-06-22 16:35:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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
3nplus1.cpp:10:10: error: expected primary-expression before ‘=’ token
10 | if(n%==0) n = n/2;
| ^