QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#758374 | #9579. 比分幻术 | GuanYunchang | AC ✓ | 1ms | 3916kb | C++11 | 138b | 2024-11-17 18:06:00 | 2024-11-17 18:06:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3728kb
input:
2-3
output:
3-2
result:
ok single line: '3-2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3916kb
input:
8-1
output:
1-8
result:
ok single line: '1-8'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3908kb
input:
6-6
output:
6-6
result:
ok single line: '6-6'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3724kb
input:
0-0
output:
0-0
result:
ok single line: '0-0'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3728kb
input:
9-0
output:
0-9
result:
ok single line: '0-9'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3832kb
input:
3-7
output:
7-3
result:
ok single line: '7-3'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
5-9
output:
9-5
result:
ok single line: '9-5'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3764kb
input:
0-4
output:
4-0
result:
ok single line: '4-0'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
9-9
output:
9-9
result:
ok single line: '9-9'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
0-9
output:
9-0
result:
ok single line: '9-0'
Extra Test:
score: 0
Extra Test Passed