0_0_26257462_26119.cpp: In function 'int main()':
0_0_26257462_26119.cpp:3:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_26257462_26119.cpp:58:49: note: in expansion of macro 'll'
if (tmp>outbuf) printf("%lld%012lld\n",ll(tmp/outbuf),ll(tmp%outbuf));
^
0_0_26257462_26119.cpp:3:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_26257462_26119.cpp:58:64: note: in expansion of macro 'll'
if (tmp>outbuf) printf("%lld%012lld\n",ll(tmp/outbuf),ll(tmp%outbuf));
^
|