QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#257786 | #5742. Garbage Disposal | ucup-team1295# | WA | 0ms | 3680kb | C++20 | 2.2kb | 2023-11-19 12:51:32 | 2023-11-19 12:51:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3680kb
input:
3 1 5 10 13 100 100
output:
2 1 4 5 3 11 12 13 10 -1
result:
ok 3 cases (3 test cases)
Test #2:
score: 0
Accepted
time: 0ms
memory: 3572kb
input:
2 1 1 10 12
output:
1 -1
result:
ok 2 cases (2 test cases)
Test #3:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
2 9 13 3 9
output:
10 9 12 13 11 4 3 6 5 8 9 7
result:
ok 2 cases (2 test cases)
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3556kb
input:
1995 98 155 50 112 64 145 20 54 30 103 81 82 63 145 40 45 61 99 78 99 18 51 13 25 59 140 68 149 64 136 68 91 39 64 95 150 9 77 60 158 68 97 51 111 54 98 69 123 19 91 1 24 89 171 20 80 79 131 38 115 1 72 22 87 27 55 34 132 22 54 3 10 45 139 89 139 22 25 62 155 96 102 61 92 12 40 95 193 52 96 19 72 74...
output:
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 98 -1 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 8...
result:
wrong answer gcd(45, 40)=5 is not 1 (test case 8)