Problem | 3nplus1II |
---|---|
User | bluesky2113 |
Submission Time | 2025-05-16 21:48:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:10:31: error: expected ‘;’ before ‘)’ token
10 | a.push_back(a[i-1] * 3 + 1));
| ^
| ;