QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#352974#8177. Sum is Integerucup-team2579#Compile Error//C++231.0kb2024-03-13 19:16:142024-03-13 19:16:14

詳細信息

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(){
      | ^~~~