QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#951299 | #3063. Faulty Factorial | angletrisection | WA | 1ms | 3712kb | C++14 | 1.6kb | 2025-03-26 07:21:36 | 2025-03-26 07:21: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: 0ms
memory: 3712kb
input:
4 5 1
output:
4 1
result:
ok Correct!
Test #2:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
4 127 24
output:
-1 -1
result:
ok Correct!
Test #3:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
2 2 0
output:
-1 -1
result:
ok Correct!
Test #4:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
2 2 1
output:
2 1
result:
ok Correct!
Test #5:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
3 2 0
output:
3 2
result:
ok Correct!
Test #6:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
3 2 1
output:
2 1
result:
ok Correct!
Test #7:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
4 2 0
output:
2 1
result:
ok Correct!
Test #8:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
4 2 1
output:
-1 -1
result:
ok Correct!
Test #9:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
1000000000000000000 2 0
output:
2 1
result:
ok Correct!
Test #10:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
1000000000000000000 2 1
output:
-1 -1
result:
ok Correct!
Test #11:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
2 3 0
output:
-1 -1
result:
ok Correct!
Test #12:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
2 3 2
output:
-1 -1
result:
ok Correct!
Test #13:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
2 3 1
output:
2 1
result:
ok Correct!
Test #14:
score: -100
Wrong Answer
time: 0ms
memory: 3712kb
input:
3 3 0
output:
-1 -1
result:
wrong answer Output is -1 -1 but input 3 3 0 is solvable.