Problem | 3nplus1 |
---|---|
User | CalebKow |
Submission Time | 2025-06-23 02:58:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:16: error: expected primary-expression before ‘:’ token
8 | while (n != 1):
| ^
3nplus1.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | else {
| ^~~~