QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#341164 | #905. 三元环枚举 | inoichi# | WA | 3ms | 8300kb | C++14 | 1.1kb | 2024-02-29 16:16:47 | 2024-02-29 16:16:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 8300kb
input:
4 5 1 2 3 4 0 3 2 0 2 1 2 3 1 3
output:
6
result:
wrong answer 1st words differ - expected: '36', found: '6'