0_0_31934470_19647.cpp: In function 'int main()':
0_0_31934470_19647.cpp:3:11: error: invalid operands of types 'lll {aka __int128}' and 'double' to binary 'operator%'
#define N 1e9+7
^
0_0_31934470_19647.cpp:23:28: note: in expansion of macro 'N'
printf("%d\n",int(sum(n)%N));
^
|