Problem | pandaeyes |
---|---|
User | Elnathan |
Submission Time | 2023-09-19 09:59:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp: In function ‘bool sorting(const std::pair<long long int, long long int>&, const std::pair<long long int, long long int>&)’:
pandaeyes.cpp:9:13: error: a function-definition is not allowed here before ‘{’ token
9 | int main () {
| ^
pandaeyes.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
pandaeyes.cpp:4:108: note: to match this ‘{’
4 | bool sorting (const pair<long long int , long long int> &a , const pair<long long int , long long int> &b) {
| ^