0_0_36470023_29859.cpp: In function 'void solve()':
0_0_36470023_29859.cpp:16:13: error: expected primary-expression before 'long'
#define int long long
^
0_0_36470023_29859.cpp:15:16: note: in expansion of macro 'int'
#define SZ(x) (int(x.size()))
^
0_0_36470023_29859.cpp:60:12: note: in expansion of macro 'SZ'
while (SZ(s) && up) {
^
0_0_36470023_29859.cpp:16:13: error: expected ')' before 'long'
#define int long long
^
0_0_36470023_29859.cpp:15:16: note: in expansion of macro 'int'
#define SZ(x) (int(x.size()))
^
0_0_36470023_29859.cpp:60:12: note: in expansion of macro 'SZ'
while (SZ(s) && up) {
^
0_0_36470023_29859.cpp:67:5: error: expected ')' before 'if'
if (!SZ(s) && up == inf) break;
^
0_0_36470023_29859.cpp:16:13: error: expected primary-expression before 'long'
#define int long long
^
0_0_36470023_29859.cpp:15:16: note: in expansion of macro 'int'
#define SZ(x) (int(x.size()))
^
0_0_36470023_29859.cpp:67:10: note: in expansion of macro 'SZ'
if (!SZ(s) && up == inf) break;
^
0_0_36470023_29859.cpp:16:13: error: expected ')' before 'long'
#define int long long
^
0_0_36470023_29859.cpp:15:16: note: in expansion of macro 'int'
#define SZ(x) (int(x.size()))
^
0_0_36470023_29859.cpp:67:10: note: in expansion of macro 'SZ'
if (!SZ(s) && up == inf) break;
^
0_0_36470023_29859.cpp:67:35: error: expected ')' before ';' token
if (!SZ(s) && up == inf) break;
^
0_0_36470023_29859.cpp:16:13: error: expected primary-expression before 'long'
#define int long long
^
0_0_36470023_29859.cpp:15:16: note: in expansion of macro 'int'
#define SZ(x) (int(x.size()))
^
0_0_36470023_29859.cpp:68:10: note: in expansion of macro 'SZ'
if (!SZ(s)) t += up;
^
0_0_36470023_29859.cpp:16:13: error: expected ')' before 'long'
#define int long long
^
0_0_36470023_29859.cpp:15:16: note: in expansion of macro 'int'
#define SZ(x) (int(x.size()))
^
0_0_36470023_29859.cpp:68:10: note: in expansion of macro 'SZ'
if (!SZ(s)) t += up;
^
0_0_36470023_29859.cpp:68:24: error: expected ')' before ';' token
if (!SZ(s)) t += up;
^
|