QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#662343 | #8949. 赫露艾斯塔 | yoy68 | Compile Error | / | / | C++20 | 5.6kb | 2024-10-20 23:07:30 | 2024-10-20 23:07:31 |
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:248:23: error: ‘struct segment_tree’ has no member named ‘get’ 248 | if(t1.get(X) > Y && t2.get(Y) > X) ans = 0; | ^~~ answer.code:248:40: error: ‘struct segment_tree’ has no member named ‘get’ 248 | if(t1.get(X) > Y && t2.get(Y) > X) ans = 0; | ^~~