QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#146741 | #3905. Hockey championship | HuangHanSheng | WA | 1ms | 3568kb | C++23 | 2.0kb | 2023-08-22 16:48:48 | 2023-08-22 16:48:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3516kb
input:
2 1
output:
1 4
result:
ok x=2, y=1
Test #2:
score: 0
Accepted
time: 1ms
memory: 3488kb
input:
1 2
output:
-1
result:
ok x=1, y=2
Test #3:
score: 0
Accepted
time: 1ms
memory: 3484kb
input:
24 3
output:
1 16
result:
ok x=24, y=3
Test #4:
score: 0
Accepted
time: 0ms
memory: 3492kb
input:
33 58
output:
-1
result:
ok x=33, y=58
Test #5:
score: 0
Accepted
time: 1ms
memory: 3448kb
input:
15 14
output:
-1
result:
ok x=15, y=14
Test #6:
score: 0
Accepted
time: 1ms
memory: 3448kb
input:
65 49
output:
36 11 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
result:
ok x=65, y=49
Test #7:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
63 73
output:
59 11 4 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
result:
ok x=63, y=73
Test #8:
score: 0
Accepted
time: 1ms
memory: 3492kb
input:
148 48
output:
-1
result:
ok x=148, y=48
Test #9:
score: 0
Accepted
time: 1ms
memory: 3528kb
input:
6 164
output:
-1
result:
ok x=6, y=164
Test #10:
score: -100
Wrong Answer
time: 1ms
memory: 3448kb
input:
160 168
output:
-1
result:
wrong answer Jury has the answer but participant has not