UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#110966#1733. 找出叛徒Tom1000ms1240kbC++11577b2020-07-07 19:57:362020-07-07 19:57:36

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 10
Accepted
time: 0ms
memory: 1228kb

input:

123456789123456

output:

1
123456789123387

result:

ok 2 lines

Test #2:

score: 10
Accepted
time: 0ms
memory: 1236kb

input:

2014

output:

2
1988
2006

result:

ok 3 lines

Test #3:

score: 10
Accepted
time: 0ms
memory: 1236kb

input:

999999979

output:

2
999999899
999999908

result:

ok 3 lines

Test #4:

score: 10
Accepted
time: 0ms
memory: 1228kb

input:

9876543210123456

output:

1
9876543210123387

result:

ok 2 lines

Test #5:

score: 10
Accepted
time: 0ms
memory: 1236kb

input:

100000001

output:

2
99999937
100000000

result:

ok 3 lines

Test #6:

score: 10
Accepted
time: 0ms
memory: 1240kb

input:

101

output:

2
91
100

result:

ok 3 lines

Test #7:

score: 10
Accepted
time: 0ms
memory: 1228kb

input:

100

output:

1
86

result:

ok 2 lines

Test #8:

score: 10
Accepted
time: 0ms
memory: 1240kb

input:

100000001

output:

2
99999937
100000000

result:

ok 3 lines

Test #9:

score: 10
Accepted
time: 0ms
memory: 1224kb

input:

66

output:

1
60

result:

ok 2 lines

Test #10:

score: 10
Accepted
time: 0ms
memory: 1188kb

input:

75

output:

0

result:

ok single line: '0'