0_0_26257065_8838.cpp: In function 'int main()':
0_0_26257065_8838.cpp:4:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_26257065_8838.cpp:60:46: note: in expansion of macro 'll'
if(t>outbuf) printf("%lld%012lld\n",ll(tmp/outbuf),ll(tmp%outbuf));
^
0_0_26257065_8838.cpp:4:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_26257065_8838.cpp:60:61: note: in expansion of macro 'll'
if(t>outbuf) printf("%lld%012lld\n",ll(tmp/outbuf),ll(tmp%outbuf));
^
0_0_26257065_8838.cpp:4:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_26257065_8838.cpp:61:31: note: in expansion of macro 'll'
else printf("%lld\n",ll(tmp));
^
|