| Problem | catlunch |
|---|---|
| User | ATHY |
| Submission Time | 2024-06-11 09:11:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:12:17: error: expected ‘;’ before ‘}’ token
12 | pq.push(value)
| ^
| ;
13 | }
| ~
catlunch.cpp:17:16: error: expected ‘;’ before ‘}’ token
17 | q.push(value)
| ^
| ;
18 | }
| ~
catlunch.cpp:31:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
31 | cout << ans << '\n';
| ^~~
| abs