QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#309851 | #8132. Freshman's Dream | ucup-team1123# | WA | 16ms | 3556kb | C++23 | 33.9kb | 2024-01-20 21:26:43 | 2024-01-20 21:26:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3556kb
input:
5 2 3 6 10 18
output:
1 1 -1 3 1 5 5 9 9
result:
ok ok
Test #2:
score: -100
Wrong Answer
time: 16ms
memory: 3548kb
input:
100000 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101...
output:
1 1 -1 2 2 -1 3 1 -1 4 4 -1 5 5 -1 2 6 -1 3 5 -1 8 8 -1 9 9 -1 10 10 -1 11 9 -1 12 4 -1 13 5 -1 10 6 -1 11 5 -1 16 16 -1 17 17 -1 18 18 -1 19 17 -1 20 20 -1 21 21 -1 18 22 -1 19 21 -1 8 24 -1 9 25 -1 10 26 -1 11 25 -1 12 20 -1 13 21 -1 10 22 -1 11 21 -1 32 32 -1 33 33 -1 34 34 -1 35 33 -1 36 36 -1 3...
result:
wrong answer sides not equal