QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#286707 | #885. Keep Calm And Carry Off | ucup-team864# | WA | 1ms | 3484kb | C++23 | 1.2kb | 2023-12-18 14:00:22 | 2023-12-18 14:00:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3452kb
input:
10 99
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3452kb
input:
90 10
output:
10
result:
ok answer is '10'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3484kb
input:
23425 487915
output:
12085
result:
ok answer is '12085'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3440kb
input:
1 1
output:
1
result:
wrong answer expected '0', found '1'