0_0_32901808_4357.cpp: In function 'void solve()':
0_0_32901808_4357.cpp:10:14: error: expected ',' or ';' before '\x303030'
#define INF 1'000'000'000'000'000'000
^
0_0_32901808_4357.cpp:28:14: note: in expansion of macro 'INF'
i64 l = -INF, r = INF;
^
0_0_32901808_4357.cpp:29:16: error: 'r' was not declared in this scope
while (l < r) {
^
|