| Problem | area_noi |
|---|---|
| User | XiYangYang |
| Submission Time | 2026-01-29 20:53:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘bool comp(std::pair<int, int>&, std::pair<int, int>&)’:
area_noi.cpp:9:12: error: a function-definition is not allowed here before ‘{’ token
9 | int main() {
| ^
area_noi.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
area_noi.cpp:6:47: note: to match this ‘{’
6 | bool comp(pair<int,int> &a, pair<int,int> &b) {
| ^