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

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:11:24: error: conflicting declaration ‘std::vector<std::pair<int, int> > lmao’
11 | vector<pair<int,int>> lmao(p1);
| ^~~~
monsters.cpp:9:15: note: previous declaration as ‘std::vector<int> lmao’
9 | vector <int> lmao(n);
| ^~~~
monsters.cpp:11:29: error: ‘p1’ was not declared in this scope
11 | vector<pair<int,int>> lmao(p1);
| ^~