UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#113100#1733. 找出叛徒Baiyang07281001ms1264kbC++755b2020-07-22 20:17:332020-07-22 20:17:33

answer


详细

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

Test #1:

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

input:

123456789123456

output:

1
123456789123387

result:

ok 2 lines

Test #2:

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

input:

2014

output:

2
1988
2006

result:

ok 3 lines

Test #3:

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

input:

999999979

output:

2
999999899
999999908

result:

ok 3 lines

Test #4:

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

input:

9876543210123456

output:

1
9876543210123387

result:

ok 2 lines

Test #5:

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

input:

100000001

output:

2
99999937
100000000

result:

ok 3 lines

Test #6:

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

input:

101

output:

2
91
100

result:

ok 3 lines

Test #7:

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

input:

100

output:

1
86

result:

ok 2 lines

Test #8:

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

input:

100000001

output:

2
99999937
100000000

result:

ok 3 lines

Test #9:

score: 10
Accepted
time: 1ms
memory: 1248kb

input:

66

output:

1
60

result:

ok 2 lines

Test #10:

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

input:

75

output:

0

result:

ok single line: '0'