Problem 3nplus1II
User P55D2K
Submission Time 2023-01-13 14:58:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘long long int calculate(long long int, long long int)’:
3nplus1II.cpp:10:13: error: request for member ‘push_back’ in ‘thelist’, which is of non-class type ‘long long int [0]’
10 | thelist.push_back(n)
| ^~~~~~~~~
3nplus1II.cpp:19:25: error: ‘null’ was not declared in this scope
19 | if(thelist[time] != null)
| ^~~~