Problem catfight
User fundedcrops
Submission Time 2026-08-04 21:41:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp:6:8: error: ‘ll’ was not declared in this scope
6 | vector<ll> psums (const vector<ll>& array){
| ^~
catfight.cpp:6:10: error: template argument 1 is invalid
6 | vector<ll> psums (const vector<ll>& array){
| ^
catfight.cpp:6:10: error: template argument 2 is invalid
catfight.cpp: In function ‘int main()’:
catfight.cpp:23:2: error: ‘ll’ was not declared in this scope
23 | ll N, P;
| ^~
catfight.cpp:24:9: error: ‘N’ was not declared in this scope
24 | cin >> N >> P;
| ^
catfight.cpp:24:14: error: ‘P’ was not declared in this scope
24 | cin >> N >> P;
| ^
catfight.cpp:25:11: error: template argument 2 is invalid
25 | vector<ll> arr (N);
| ^
catfight.cpp:27:15: error: invalid types ‘int[int]’ for array subscript
27 | cin >> arr[i];
|