QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#535082 | #8257. Marathon Race 2 | egypt_ioi2024_04 | Compile Error | / | / | C++20 | 2.0kb | 2024-08-27 19:27:52 | 2024-08-27 19:27:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:70:37: error: expected ‘;’ before ‘if’ 70 | p=upper_bound(x,x+n,t)-x | ^ | ; 71 | if(p<n)ans=min(ans,calc(s,t,p)); | ~~