Problem monsters
User Hytoh
Submission Time 2023-12-02 14:13:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:11:24: error: template argument 1 is invalid
11 | vector<pair<int,int>p1> lmao2(p1);
| ^
monsters.cpp:11:24: error: template argument 2 is invalid
monsters.cpp:11:32: error: ‘p1’ was not declared in this scope
11 | vector<pair<int,int>p1> lmao2(p1);
| ^~