QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#364567 | #5110. Splitstream | waifuSenpai# | Compile Error | / | / | C++20 | 2.1kb | 2024-03-24 15:20:05 | 2024-03-24 15:20:06 |
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:35:30: error: expression cannot be used as a function 35 | if (node[id].size() == 0 || ans > node[id].size) { | ~~~~~~~~~~~~~^~