0_0_32873587_7136.cpp:5:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_32873587_7136.cpp:7:1: note: in expansion of macro 'll'
ll n;
^
0_0_32873587_7136.cpp:5:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_32873587_7136.cpp:8:1: note: in expansion of macro 'll'
ll ansr;
^
0_0_32873587_7136.cpp:5:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_32873587_7136.cpp:9:1: note: in expansion of macro 'll'
ll ansk;
^
0_0_32873587_7136.cpp:5:12: error: '_int64' was not declared in this scope
#define ll _int64
^
0_0_32873587_7136.cpp:11:11: note: in expansion of macro 'll'
int check(ll r, ll k) {
^
0_0_32873587_7136.cpp:5:12: error: '_int64' was not declared in this scope
#define ll _int64
^
0_0_32873587_7136.cpp:11:17: note: in expansion of macro 'll'
int check(ll r, ll k) {
^
0_0_32873587_7136.cpp:11:21: error: expression list treated as compound expression in initializer [-fpermissive]
int check(ll r, ll k) {
^
0_0_32873587_7136.cpp:11:23: error: expected ',' or ';' before '{' token
int check(ll r, ll k) {
^
|