Problem | 3nplus1II |
---|---|
User | Codebreaker |
Submission Time | 2025-04-11 09:47:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:10:19: error: expected ‘;’ before ‘}’ token
10 | nums[i+1] = -1
| ^
| ;
11 | } else {
| ~