ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#136294 | #2079. 高校排名 | 19 | 100 | 1ms | 1464kb | C++11 | 613b | 2021-08-12 14:29:44 | 2021-08-12 14:29:45 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
1 1 1
output:
1
result:
ok single line: '1'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1208kb
input:
1 10 1 1 1 1 1 1 1 1 1 1
output:
1
result:
ok single line: '1'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1228kb
input:
20 1 1 19 20 2 3 15 16 17 18 5 6 7 8 4 12 13 14 9 10 11
output:
20
result:
ok single line: '20'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1248kb
input:
20 20 1 19 20 2 3 15 16 17 18 5 6 7 8 4 12 13 14 9 10 11 1 19 20 2 3 15 16 17 18 5 6 7 8 4 12 13 14 ...
output:
20
result:
ok single line: '20'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1216kb
input:
10 5 5 2 6 4 3 10 8 7 9 1 5 10 1 6 9 2 7 4 8 3 5 8 1 6 4 2 7 3 10 9 9 7 1 4 2 10 8 3 6 5 8 2 3 9 4 1...
output:
2
result:
ok single line: '2'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1300kb
input:
10 95 5 2 6 4 3 10 8 7 9 1 5 10 1 6 9 2 7 4 8 3 5 8 1 6 4 2 7 3 10 9 9 7 1 4 2 10 8 3 6 5 8 2 3 9 4 ...
output:
1
result:
ok single line: '1'
Test #7:
score: 10
Accepted
time: 1ms
memory: 1452kb
input:
100 90 35 2 3 4 5 46 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 70 26 27 37 29 30 31 32 33 3...
output:
2
result:
ok single line: '2'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1460kb
input:
100 100 35 2 3 4 5 46 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 70 26 27 37 29 30 31 32 33 ...
output:
1
result:
ok single line: '1'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1464kb
input:
100 100 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34...
output:
100
result:
ok single line: '100'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1464kb
input:
100 100 12 17 25 43 31 36 48 20 39 11 32 2 34 49 6 23 1 27 19 15 7 50 46 9 13 26 41 47 24 35 37 14 1...
output:
51
result:
ok single line: '51'