QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45234 | #4563. Radio Towers | MaMengQi | Compile Error | / | / | C++17 | 2.4kb | 2022-08-22 15:18:06 | 2022-08-22 15:18:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void init(int, std::vector<int>)’: answer.code:44:22: error: expected primary-expression before ‘>’ token 44 | if(H[i] => H[i + 1]) sub[1] = false; | ^