QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#40227 | #691. One Root | MaMengQi | WA | 689ms | 113172kb | C++17 | 2.1kb | 2022-07-18 12:34:56 | 2022-07-18 12:34:56 |
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: 262ms
memory: 113144kb
input:
2 4
output:
5
result:
ok 1 number(s): "5"
Test #2:
score: 0
Accepted
time: 283ms
memory: 113172kb
input:
3 5
output:
96
result:
ok 1 number(s): "96"
Test #3:
score: 0
Accepted
time: 445ms
memory: 113172kb
input:
2 1000000
output:
2001
result:
ok 1 number(s): "2001"
Test #4:
score: -100
Wrong Answer
time: 689ms
memory: 113092kb
input:
3 1000000
output:
1912490286715
result:
wrong answer 1st numbers differ - expected: '2022680596351', found: '1912490286715'