QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#802510 | #9874. Matrix Construction | ucup-team2259# | WA | 2ms | 3756kb | C++17 | 955b | 2024-12-07 13:54:52 | 2024-12-07 13:54:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3616kb
input:
2 1 1 2 3
output:
YES 1 YES 2 1 3 4 6 5
result:
ok All test cases passed. (2 test cases)
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3756kb
input:
361 4 9 11 12 16 14 3 7 17 13 1 19 12 3 15 19 11 3 8 18 13 10 8 13 9 18 14 11 7 13 6 16 12 13 1 6 11 15 18 19 5 6 17 19 2 3 17 11 16 19 6 14 5 9 7 2 5 11 15 16 3 15 7 11 16 2 19 15 5 19 2 17 13 12 3 5 19 14 6 3 18 2 16 4 6 8 10 9 17 4 5 16 17 9 16 11 6 9 16 5 3 19 18 9 13 9 12 19 6 13 17 15 13 7 12 ...
output:
YES 2 1 4 3 6 5 8 7 9 10 12 11 14 13 16 15 18 17 20 19 22 21 24 23 26 25 27 28 30 29 32 31 34 33 36 35 YES 2 1 4 3 6 5 8 7 10 9 12 11 13 15 14 17 16 19 18 21 20 23 22 24 26 25 28 27 30 29 32 31 34 33 36 35 37 39 38 41 40 43 42 45 44 47 46 48 50 49 52 51 54 53 56 55 58 57 60 59 61 63 62 65 6...
result:
wrong answer Duplicate sum found for adjacent elements at (1,6) and (1,7) (test case 1)