QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#20758 | #2573. Two Permutations | L_G_J# | WA | 4ms | 7676kb | C++20 | 1.4kb | 2022-02-17 21:44:29 | 2022-05-03 11:23:32 |
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: 4ms
memory: 5740kb
input:
2 4
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 0ms
memory: 5588kb
input:
3 7
output:
12
result:
ok 1 number(s): "12"
Test #3:
score: 0
Accepted
time: 4ms
memory: 7676kb
input:
4 10
output:
24
result:
ok 1 number(s): "24"
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 5632kb
input:
4 14
output:
144
result:
wrong answer 1st numbers differ - expected: '96', found: '144'