QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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--; | ^~