QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#634740 | #9451. Expected Waiting Time | ucup-team5150# | Compile Error | / | / | C++20 | 1.5kb | 2024-10-12 17:59:22 | 2024-10-12 17:59:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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