QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#181017 | #7184. Transport Pluses | ucup-team1226# | WA | 333ms | 21416kb | C++14 | 2.3kb | 2023-09-16 15:07:31 | 2023-09-16 15:07:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 243ms
memory: 13492kb
input:
1 2 1 1 5 3 6 2
output:
4.000000 3 0 1 2 1 6 3 0 5 3
result:
ok correct
Test #2:
score: 0
Accepted
time: 245ms
memory: 14848kb
input:
2 1 1 1 6 1 1 3 6 3
output:
2.000000 2 1 100 3 2 6 1
result:
ok correct
Test #3:
score: 0
Accepted
time: 181ms
memory: 4284kb
input:
0 0 1 1 1 1
output:
0.000000 0
result:
ok correct
Test #4:
score: 0
Accepted
time: 185ms
memory: 4392kb
input:
0 0 100 100 0 0
output:
141.421356 53 0 99 99 0 96 96 0 93 93 0 90 90 0 87 87 0 84 84 0 81 81 0 76 76 0 75 75 0 74 74 0 73 73 0 72 72 0 71 71 0 70 70 0 69 69 0 68 68 0 67 67 0 66 66 0 65 65 0 64 64 0 63 63 0 62 62 0 61 61 0 60 60 0 59 59 0 58 58 0 57 57 0 56 56 0 55 55 0 53 53 0 51 51 0 49 49 0 47 47 0 45 45 0 43 43 0 41 4...
result:
ok correct
Test #5:
score: -100
Wrong Answer
time: 333ms
memory: 21416kb
input:
1 0 100 100 0 0 100 100
output:
100.005000 2 1 100 1 0 0 0
result:
wrong answer read 100.005000 but expected 100.000000, error = 0.005000