QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]; | ^