Problem cyberland_apio23
User Pan
Submission Time 2024-02-10 12:23:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cyberland_apio23.cpp:12:9: error: ‘pair’ does not name a type
12 | typedef pair<ll, ld> pd;
| ^~~~
cyberland_apio23.cpp:13:9: error: ‘pair’ does not name a type
13 | typedef pair<ld, ll> pd2;
| ^~~~
cyberland_apio23.cpp:14:9: error: ‘pair’ does not name a type
14 | typedef pair<string, ll> psi;
| ^~~~
cyberland_apio23.cpp:15:9: error: ‘pair’ does not name a type
15 | typedef pair<ll, ll> pi;
| ^~~~
cyberland_apio23.cpp:16:9: error: ‘pair’ does not name a type
16 | typedef pair<ld, pi> pdi;
| ^~~~
cyberland_apio23.cpp:20:19: error: ‘pd2’ has not been declared
20 | bool operator() (pd2 const& a, pd2 const& b)
| ^~~
cyberland_apio23.cpp:20:34: error: ‘pd2’ has not been declared
20 | bool operator() (pd2 const& a, pd2 const& b)
| ^~~
cyberla