QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#634735 | #9451. Expected Waiting Time | ucup-team5150# | Compile Error | / | / | C++23 | 1.5kb | 2024-10-12 17:58:47 | 2024-10-12 17:58:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void add(long long int&, long long int)’: answer.code:22:20: error: ‘mod’ was not declared in this scope; did you mean ‘modf’? 22 | if((x+=y)>=mod) x-=mod; | ^~~ | modf