| Problem | 3nplus1 |
|---|---|
| User | P55D2K |
| Submission Time | 2023-01-11 16:57:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:50: error: expected ‘;’ before ‘longlong’
14 | longlonglong = (3 * longlonglong + 1)
| ^
| ;
15 | longlong.push_back(longlonglong);
| ~~~~~~~~