QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#701743 | #5250. Combination Locks | ZhaoZiLong | Compile Error | / | / | C++20 | 799b | 2024-11-02 14:38:47 | 2024-11-02 14:38:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:22:17: error: empty character constant 22 | i = g.index(''.join((Z if x == y else O) for x, y in zip(a, b))) | ^~ answer.code:1:1: error: ‘Z’ does not name a type 1 | Z, O = '=', '.' | ^