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