ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#91335 | #1000. 二维数组 | lijunrui | 100 | 0ms | 1208kb | C++ | 323b | 2020-02-15 15:46:45 | 2020-02-15 15:46:46 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 1200kb
input:
3 3 2 4 9 0 7 4 2 8 5
output:
2 4 9 0 7 4 2 8 5
result:
ok 3 lines
Test #2:
score: 25
Accepted
time: 0ms
memory: 1204kb
input:
5 6 71 39 95 89 91 29 98 87 3 2 82 51 87 44 95 20 85 66 12 47 90 15 96 28 72 17 77 54 18 37
output:
71 39 95 89 91 29 98 87 3 2 82 51 87 44 95 20 85 66 12 47 90 15 96 28 72 17 77 54 18 37
result:
ok 5 lines
Test #3:
score: 25
Accepted
time: 0ms
memory: 1208kb
input:
9 11 7 73 68 44 2 66 80 69 73 38 31 36 40 62 13 50 43 46 9 43 40 48 51 4 26 15 1 24 77 49 61 81 22 9...
output:
7 73 68 44 2 66 80 69 73 38 31 36 40 62 13 50 43 46 9 43 40 48 51 4 26 15 1 24 77 49 61 81 22 94 ...
result:
ok 9 lines
Test #4:
score: 25
Accepted
time: 0ms
memory: 1156kb
input:
output:
result:
ok 0 lines