QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#758371 | #9579. 比分幻术 | GuanYunchang | WA | 1ms | 3584kb | C++98 | 114b | 2024-11-17 18:04:30 | 2024-11-17 18:04:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3528kb
input:
2-3
output:
3-2
result:
ok single line: '3-2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3572kb
input:
8-1
output:
1-8
result:
ok single line: '1-8'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3528kb
input:
6-6
output:
6-6
result:
ok single line: '6-6'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3584kb
input:
0-0
output:
00
result:
wrong answer 1st lines differ - expected: '0-0', found: '00'