QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
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(){ | ^~~~