Problem swords
User loverin
Submission Time 2023-04-11 09:22:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:6:20: error: ‘first’ does not name a type
6 | using attack = first;
| ^~~~~
swords.cpp:7:18: error: ‘second’ does not name a type
7 | using defense = second;
| ^~~~~~
swords.cpp:10:5: error: ‘vector’ was not declared in this scope
10 | vector<pair<int, int>> swords(n);
| ^~~~~~
swords.cpp:10:5: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from swords.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: ‘std::vector’
386 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
In file included from /usr/include/c++/9/funct