Problem | 3nplus1 |
---|---|
User | Alexis10 |
Submission Time | 2023-11-08 14:10:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:18:24: error: ‘a’ was not declared in this scope
18 | for (int i = 0; i<a; i++) {
| ^
3nplus1.cpp:21:9: error: unable to find numeric literal operator ‘operator""a’
21 | a=3a+1;
| ^~
3nplus1.cpp:23:12: error: ‘a’ was not declared in this scope
23 | cout << a;
| ^