| Problem | 3nplus1 |
|---|---|
| User | yuwen1st |
| Submission Time | 2026-02-28 09:08:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:8: error: expected ‘;’ before ‘}’ token
8 | a/=2}
| ^
| ;
3nplus1.cpp:10:11: error: expected ‘;’ before ‘}’ token
10 | a=a*3+1}
| ^
| ;