0_0_21472437_17614.cpp: In function 'int main()':
0_0_21472437_17614.cpp:14:13: error: invalid operands of types 'int' and 'double' to binary 'operator%'
#define MOD 1e9+7
^
0_0_21472437_17614.cpp:66:29: note: in expansion of macro 'MOD'
ans += ( i * mins ) % MOD;
^
0_0_21472437_17614.cpp:67:11: error: invalid operands of types 'long long int' and 'double' to binary 'operator%'
ans %= MOD;
^
0_0_21472437_17614.cpp:67:11: error: in evaluation of 'operator%=(long long int, double)'
|