QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#775154 | #9415. Matrix | rotcar08 | WA | 1ms | 3840kb | C++17 | 373b | 2024-11-23 14:54:38 | 2024-11-23 14:54:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3840kb
input:
2
output:
Yes 1 2 3 4
result:
ok Correct. (1 test case)
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3804kb
input:
3
output:
Yes 5 1 6 2 5 3 5 4 5
result:
wrong answer The number of quadruples 3 is invalid. (test case 1)