Problem f7
User isaackhong
Submission Time 2023-01-15 11:50:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘int main()’:
f7.cpp:17:22: error: request for member ‘size’ in ‘arr’, which is of non-class type ‘int [drivers]’
17 | toBeat = arr[arr.size()-1]+1;
| ^~~~