Problem festival
User popperoni
Submission Time 2025-08-06 00:04:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

festival.cpp:25:12: error: ‘int128_t’ was not declared in this scope; did you mean ‘int32_t’?
25 | #define ll int128_t
| ^~~~~~~~
festival.cpp:34:18: note: in expansion of macro ‘ll’
34 | #define pll pair<ll,ll>
| ^~
festival.cpp:71:17: note: in expansion of macro ‘pll’
71 | bool comp (pair<pll,ll> i,pair<pll,ll> j){
| ^~~
festival.cpp:25:12: error: ‘int128_t’ was not declared in this scope; did you mean ‘int32_t’?
25 | #define ll int128_t
| ^~~~~~~~
festival.cpp:34:21: note: in expansion of macro ‘ll’
34 | #define pll pair<ll,ll>
| ^~
festival.cpp:71:17: note: in expansion of macro ‘pll’
71 | bool comp (pair<pll,ll> i,pair<pll,ll> j){
| ^~~
festival.cpp:34:23: error: template argument 1 is invalid
34 | #define pll pair<ll,ll>
|