QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37559 | #1261. Inv | HuangHanSheng | WA | 3ms | 12936kb | C++17 | 435b | 2022-07-02 10:47:18 | 2022-07-02 10:47:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3ms
memory: 5792kb
input:
4 1
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3804kb
input:
10 21
output:
0
result:
ok answer is '0'
Test #3:
score: 0
Accepted
time: 2ms
memory: 12936kb
input:
500 124331
output:
0
result:
ok answer is '0'
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 4020kb
input:
20 122
output:
0
result:
wrong answer expected '1', found '0'