Problem pressstart
User Pan
Submission Time 2024-06-12 14:07:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pressstart.cpp:31:18: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
31 | typedef pair<ld, ll> pd;
| ^~
| ld
pressstart.cpp:31:20: error: template argument 2 is invalid
31 | typedef pair<ld, ll> pd;
| ^
pressstart.cpp:32:22: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
32 | typedef pair<string, ll> psl;
| ^~
| ld
pressstart.cpp:32:24: error: template argument 2 is invalid
32 | typedef pair<string, ll> psl;
| ^
pressstart.cpp:33:14: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
33 | typedef pair<ll, ll> pi;
| ^~
| ld
pressstart.cpp:33:18: error: ‘ll’ was not declared in this scope; did you mean ‘ld’?
33 | typedef pair<ll, ll> pi;