QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#951304#3063. Faulty Factorialangletrisection WA 1ms3968kbC++142.3kb2025-03-26 07:28:092025-03-26 07:28:09

詳細信息

Test #1:

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

input:

4 5 1

output:

4 1

result:

ok Correct!

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3968kb

input:

4 127 24

output:

0.00078
-1 -1

result:

wrong output format Expected integer, but "0.00078" found