Problem monsters
User Lypho
Submission Time 2024-11-30 23:24:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:49:22: error: could not convert ‘v’ from ‘vector<pair<int,int>>’ to ‘vector<pair<long long int,long long int>>’
49 | cout << maxMonsters(v);
| ^
| |
| vector<pair<int,int>>