QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#951298#3063. Faulty Factorialangletrisection WA 1ms3712kbC++141.6kb2025-03-26 07:19:282025-03-26 07:19:28

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

4 5 1

output:

4 1

result:

ok Correct!

Test #2:

score: 0
Accepted
time: 0ms
memory: 3712kb

input:

4 127 24

output:

-1 -1

result:

ok Correct!

Test #3:

score: 0
Accepted
time: 0ms
memory: 3584kb

input:

2 2 0

output:

-1 -1

result:

ok Correct!

Test #4:

score: 0
Accepted
time: 1ms
memory: 3712kb

input:

2 2 1

output:

2 1

result:

ok Correct!

Test #5:

score: 0
Accepted
time: 0ms
memory: 3712kb

input:

3 2 0

output:

3 2

result:

ok Correct!

Test #6:

score: -100
Wrong Answer
time: 1ms
memory: 3712kb

input:

3 2 1

output:

-1 -1

result:

wrong answer Output is -1 -1 but input 3 2 1 is solvable.