QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#83468 | #5458. Shortest Path Query | juruocjl | Compile Error | / | / | C++20 | 2.8kb | 2023-03-02 08:29:25 | 2024-06-21 12:37:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘CH merge(CH, CH)’: answer.code:49:63: error: expected primary-expression before ‘<=’ token 49 | while(top>=2&&(p-st[top])*(st[top-1]-st[top])*<=0)top--; | ^~