QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#256328 | #7622. Yet Another Coffee | ucup-team1565# | Compile Error | / | / | C++20 | 5.1kb | 2023-11-18 18:34:04 | 2023-11-18 18:34:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:108:1: error: expected unqualified-id before numeric constant 108 | 41 [v]: {0, 1, 2, }, | ^~ answer.code:108:20: error: expected unqualified-id before ‘,’ token 108 | 41 [v]: {0, 1, 2, }, | ^ answer.code:109:1: error: expected unqualified-id before numeric constant 109 | 82 [sa, sb, score, lr]: 0, 0, 8, (-10, -10), | ^~ answer.code:111:20: error: expected unqualified-id before ‘,’ token 111 | 41 [v]: {0, 1, 2, }, | ^ answer.code:112:1: error: expected unqualified-id before numeric constant 112 | 82 [sa, sb, score, lr]: 0, 0, 8, (-10, -10), | ^~ answer.code:114:20: error: expected unqualified-id before ‘,’ token 114 | 41 [v]: {2, 1, 0, }, | ^ answer.code:115:1: error: expected unqualified-id before numeric constant 115 | 82 [sa, sb, score, lr]: 0, 2, 8, (-10, -10), | ^~ answer.code:118:20: error: expected unqualified-id before ‘,’ token 118 | 41 [v]: {0, 2, 1, }, | ^ answer.code:119:1: error: expected unqualified-id before numeric constant 119 | 82 [sa, sb, score, lr]: 0, 0, 1, (-1, 1), | ^~ answer.code:121:20: error: expected unqualified-id before ‘,’ token 121 | 41 [v]: {2, 0, 1, }, | ^ answer.code:122:1: error: expected unqualified-id before numeric constant 122 | 82 [sa, sb, score, lr]: 0, 1, 8, (-10, -10), | ^~ answer.code:124:20: error: expected unqualified-id before ‘,’ token 124 | 41 [v]: {0, 1, 2, }, | ^ answer.code:125:1: error: expected unqualified-id before numeric constant 125 | 82 [sa, sb, score, lr]: 2, 1, 8, (-10, -10), | ^~ answer.code:128:26: error: expected unqualified-id before ‘,’ token 128 | 41 [v]: {0, 2, 1, 4, 3, }, | ^ answer.code:129:1: error: expected unqualified-id before numeric constant 129 | 82 [sa, sb, score, lr]: 0, 0, 1, (-1, 1), | ^~ answer.code:131:26: error: expected unqualified-id before ‘,’ token 131 | 41 [v]: {2, 0, 1, 4, 3, }, | ^ answer.code:132:1: error: expected unqualified-id before numeric constant 132 | 82 [sa, sb, score, lr]: 0, 1, 3, (-1, 3), | ^~ answer.code:134:26: error: expected unqualified-id before ‘,’ token 134 | 41 [v]: {4, 2, 1, 0, 3, }, | ^ answer.code:135:1: error: expected unqualified-id before numeric constant 135 | 82 [sa, sb, score, lr]: 0, 3, 10, (-10, -10), | ^~ answer.code:137:26: error: expected unqualified-id before ‘,’ token 137 | 41 [v]: {0, 1, 2, 4, 3, }, | ^ answer.code:138:1: error: expected unqualified-id before numeric constant 138 | 82 [sa, sb, score, lr]: 2, 1, 3, (-1, 3), | ^~ answer.code:141:29: error: expected unqualified-id before ‘,’ token 141 | 41 [v]: {3, 4, 5, 0, 1, 2, }, | ^ answer.code:142:1: error: expected unqualified-id before numeric constant 142 | 82 [sa, sb, score, lr]: 0, 0, 3, (2, 6), | ^~ answer.code:144:29: error: expected unqualified-id before ‘,’ token 144 | 41 [v]: {3, 4, 5, 0, 1, 2, }, | ^ answer.code:145:1: error: expected unqualified-id before numeric constant 145 | 82 [sa, sb, score, lr]: 3, 3, 3, (2, 6), | ^~ answer.code:147:29: error: expected unqualified-id before ‘,’ token 147 | 41 [v]: {3, 4, 5, 2, 1, 0, }, | ^ answer.code:148:1: error: expected unqualified-id before numeric constant 148 | 82 [sa, sb, score, lr]: 3, 5, 3, (2, 6), | ^~ answer.code:150:29: error: expected unqualified-id before ‘,’ token 150 | 41 [v]: {5, 4, 3, 0, 1, 2, }, | ^ answer.code:151:1: error: expected unqualified-id before numeric constant 151 | 82 [sa, sb, score, lr]: 0, 2, 11, (-10, -10), | ^~ answer.code:154:38: error: expected unqualified-id before ‘,’ token 154 | 41 [v]: {7, 6, 5, 2, 1, 0, 3, 4, 8, }, | ^ answer.code:155:1: error: expected unqualified-id before numeric constant 155 | 82 [sa, sb, score, lr]: 0, 0, 14, (-10, -10), | ^~ answer.code:157:38: error: expected unqualified-id before ‘,’ token 157 | 41 [v]: {7, 6, 5, 0, 1, 2, 3, 4, 8, }, | ^ answer.code:158:1: error: expected unqualified-id before numeric constant 158 | 82 [sa, sb, score, lr]: 5, 3, 14, (-10, -10), | ^~ answer.code:160:38: error: expected unqualified-id before ‘,’ token 160 | 41 [v]: {7, 6, 5, 2, 1, 0, 3, 4, 8, }, | ^ answer.code:161:1: error: expected unqualified-id before numeric constant 161 | 82 [sa, sb, score, lr]: 5, 5, 14, (-10, -10), | ^~ answer.code:164:41: error: expected unqualified-id before ‘,’ token 164 | 41 [v]: {6, 9, 4, 0, 8, 7, 2, 1, 5, 3, }, | ^ answer.code:165:1: er...