QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#829933 | #8428. Partition into Teams | MaMengQi | WA | 1ms | 5996kb | C++14 | 1019b | 2024-12-24 14:53:36 | 2024-12-24 14:53:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 5996kb
input:
5 5
output:
1
result:
ok 1 number(s): "1"
Test #2:
score: 0
Accepted
time: 1ms
memory: 5804kb
input:
5 7
output:
5
result:
ok 1 number(s): "5"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5996kb
input:
789 97
output:
84
result:
wrong answer 1st numbers differ - expected: '53', found: '84'