Problem | maxmex |
---|---|
User | Pan |
Submission Time | 2024-10-25 22:20:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maxmex.cpp:30:19: error: declaration does not declare anything [-fpermissive]
30 | typedef long long int;
| ^~~
maxmex.cpp:33:18: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
33 | typedef pair<ld, ll> pd;
| ^~
| ld
maxmex.cpp:33:20: error: template argument 2 is invalid
33 | typedef pair<ld, ll> pd;
| ^
maxmex.cpp:34:22: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
34 | typedef pair<string, ll> psl;
| ^~
| ld
maxmex.cpp:34:24: error: template argument 2 is invalid
34 | typedef pair<string, ll> psl;
| ^
maxmex.cpp:35:14: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
35 | typedef pair<ll, ll> pi;
| ^~
| ld
maxmex.c