Problem catfight
User asbx
Submission Time 2023-12-04 11:39:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:14:9: error: expected unqualified-id before ‘.’ token
14 | queue.push(arr[i]);
| ^
catfight.cpp:18:9: error: expected unqualified-id before ‘.’ token
18 | queue.push(arr[i]);
| ^
catfight.cpp:20:17: error: missing template arguments before ‘.’ token
20 | o=max(o,queue.size));
| ^
catfight.cpp:24:28: error: missing template arguments before ‘.’ token
24 | queuesum=queuesum-queue.front();
| ^
catfight.cpp:25:10: error: expected unqualified-id before ‘.’ token
25 | queue.pop();
| ^