QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#352974 | #8177. Sum is Integer | ucup-team2579# | Compile Error | / | / | C++23 | 1.0kb | 2024-03-13 19:16:14 | 2024-03-13 19:16:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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(){ | ^~~~