QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#553309 | #9239. Hieroglyphs | Milmon# | Compile Error | / | / | C++20 | 137b | 2024-09-08 11:49:42 | 2024-09-08 11:49:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<int> ucs(std::vector<int>, std::vector<int>)’: answer.code:5:17: error: expected primary-expression before ‘{’ token 5 | return A==B?A:{-1}; | ^ answer.code:5:17: error: expected ‘;’ before ‘{’ token 5 | return A==B?A:{-1}; | ^ | ; answer.code:5:20: error: expected ‘;’ before ‘}’ token 5 | return A==B?A:{-1}; | ^ | ;