| Problem | 3nplus1 |
|---|---|
| User | SuryaReddy |
| Submission Time | 2025-12-03 19:43:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:17:19: error: expected ‘;’ before ‘}’ token
17 | n = (3 * n) + 1
| ^
| ;
18 | }
| ~
3nplus1.cpp:20:12: error: expected ‘;’ before ‘}’ token
20 | i = i + 1
| ^
| ;
21 | }while(n > 1);
| ~
3nplus1.cpp:23:28: error: request for member ‘size’ in ‘output’, which is of non-class type ‘int [9999999999999999]’
23 | for(int j = 0; j < output.size(); ++i){
| ^~~~