| Problem | 3nplus1 |
|---|---|
| User | JordanGwee |
| Submission Time | 2026-04-10 17:37:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘long’
6 | long long result;
| ^~~~
3nplus1.cpp:7:2: error: ‘result’ was not declared in this scope
7 | result = n
| ^~~~~~