QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#295024 | #6306. Chase Game | GuanYunchang | Compile Error | / | / | C++23 | 3.2kb | 2023-12-30 18:01:03 | 2023-12-30 18:01:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int gt(long long int)’: answer.code:86:27: error: too few arguments to function ‘long long int cal(long long int, long long int)’ 86 | ans += cal(d - x % d) + 1, d); | ~~~^~~~~~~~~~~ answer.code:80:4: note: declared here 80 | ll cal(ll l,ll r) { | ^~~