QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#352974#8177. Sum is Integerucup-team2579#Compile Error//C++231.0kb2024-03-13 19:16:142024-03-13 19:16:14

Details

answer.code:12:58: error: narrowing conversion of ‘1.00000009e+8’ from ‘double’ to ‘int’ [-Wnarrowing]
   12 | const int mod[] = {998244353, 1000000007, 1000000009, 1e8+9};
      |                                                       ~~~^~
answer.code:18:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
   18 | main(){
      | ^~~~