QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#194526 | #7520. Monster Generator | ucup-team159# | Compile Error | / | / | C++23 | 6.0kb | 2023-09-30 20:59:44 | 2023-11-04 18:36:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:183:17: error: expected ‘,’ or ‘;’ before ‘auto’ 183 | auto check = [&](P& a,P& b,P& c) -> bool { | ^~~~ answer.code:200:45: error: ‘check’ was not declared in this scope 200 | while(si(cht)>=2 && check(cht[si(cht)-2],cht[si(cht)-1],w)) cht.pop_back(); | ^~~~~