QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474789 | #5589. Everything Is A Nail | GuanYunchang | Compile Error | / | / | C++17 | 1.0kb | 2024-07-13 04:15:08 | 2024-07-13 04:15:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:34:30: error: expected identifier before numeric constant 34 | vector<int> possibles = [0, 1, 2]; | ^ answer.code:34:31: error: expected ‘]’ before ‘,’ token 34 | vector<int> possibles = [0, 1, 2]; | ^ | ] answer.code: In lambda function: answer.code:34:31: error: expected ‘{’ before ‘,’ token answer.code: In function ‘int main()’: answer.code:34:29: error: conversion from ‘main()::<lambda()>’ to non-scalar type ‘std::vector<int>’ requested 34 | vector<int> possibles = [0, 1, 2]; | ^~ answer.code:34:33: error: expected unqualified-id before numeric constant 34 | vector<int> possibles = [0, 1, 2]; | ^