Problem | 3nplus1 |
---|---|
User | SMJ360 |
Submission Time | 2024-06-18 11:11:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:8: error: expected initializer before ‘==’ token
5 | int n == 0;
| ^~
3nplus1.cpp:6:9: error: ‘n’ was not declared in this scope
6 | cin >> n;
| ^