QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#52684#3530. Small businessMaMengQiWA 3ms3640kbC++17554b2022-10-04 14:19:292022-10-04 14:19:32

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3560kb

input:

123456

output:

1 23456

result:

ok ok

Test #2:

score: 0
Accepted
time: 3ms
memory: 3548kb

input:

42

output:

2 4

result:

ok ok

Test #3:

score: 0
Accepted
time: 3ms
memory: 3640kb

input:

000

output:

-1 -1

result:

ok ok

Test #4:

score: -100
Wrong Answer
time: 3ms
memory: 3536kb

input:

4418409405

output:


result:

wrong output format Unexpected end of file - int64 expected