Problem | swords |
---|---|
User | Poket |
Submission Time | 2024-02-23 12:20:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘bool cmp(std::pair<int, int>, std::pair<int, int>)’:
swords.cpp:18:12: error: a function-definition is not allowed here before ‘{’ token
18 | int main() {
| ^
swords.cpp:54:1: error: expected ‘}’ at end of input
54 | }
| ^
swords.cpp:5:46: note: to match this ‘{’
5 | bool cmp(pair<int, int> a, pair<int, int> b) {
| ^