QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#292523 | #7120. Soccer | alch07 | Compile Error | / | / | C++14 | 8.8kb | 2023-12-28 06:52:22 | 2024-04-28 08:09:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void enumTransitions()’: answer.code:139:72: error: request for member ‘size’ in ‘cur’, which is of non-class type ‘int’ 139 | if(transitions[cur].size() > 0 && transitions[cur][cur.size()-1].first != nxt){ | ^~~~