QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494150 | #9139. Prefix Divisible by Suffix | ucup-team159# | WA | 1929ms | 3616kb | C++23 | 5.5kb | 2024-07-27 14:25:27 | 2024-07-27 14:25:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3616kb
input:
20 1
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 4ms
memory: 3484kb
input:
111 4
output:
9
result:
ok 1 number(s): "9"
Test #3:
score: 0
Accepted
time: 22ms
memory: 3544kb
input:
1111 10
output:
75
result:
ok 1 number(s): "75"
Test #4:
score: -100
Wrong Answer
time: 1929ms
memory: 3600kb
input:
1000000 7
output:
-947254
result:
wrong answer 1st numbers differ - expected: '111529', found: '-947254'