UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#119978#1243. 矩阵交换行Mars1001ms1220kbC++284b2020-10-17 16:14:312020-10-17 16:14:33

answer


详细

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

Test #1:

score: 20
Accepted
time: 0ms
memory: 1204kb

input:

11 39
53 54 25 36 50 30 82 93 30 52 2 7 71 26 47 25 15 68 57 94 38 80 9 22 41 2 8 25 29 8 75 40 73 8...

output:

53 54 25 36 50 30 82 93 30 52 2 7 71 26 47 25 15 68 57 94 38 80 9 22 41 2 8 25 29 8 75 40 73 80 69 1...

result:

ok 11 lines

Test #2:

score: 20
Accepted
time: 1ms
memory: 1220kb

input:

49 36
4 17 49 67 4 31 57 4 18 96 86 42 44 8 8 11 100 6 32 16 23 17 42 74 52 44 74 39 97 23 62 7 30 4...

output:

4 17 49 67 4 31 57 4 18 96 86 42 44 8 8 11 100 6 32 16 23 17 42 74 52 44 74 39 97 23 62 7 30 43 4 87...

result:

ok 49 lines

Test #3:

score: 20
Accepted
time: 0ms
memory: 1204kb

input:

11 52
52 56 92 44 1 4 82 79 84 78 95 98 84 70 9 47 43 30 27 75 73 84 98 60 52 64 53 16 43 47 55 100 ...

output:

64 18 47 82 52 18 9 89 31 9 100 25 61 49 38 73 98 49 54 73 50 75 25 63 60 79 50 11 99 19 21 4 90 96 ...

result:

ok 11 lines

Test #4:

score: 20
Accepted
time: 0ms
memory: 1220kb

input:

42 12
35 90 44 96 50 31 48 3 29 3 91 37
58 98 45 89 64 77 10 46 12 29 68 41
80 12 95 58 57 33 61 65 ...

output:

35 90 44 96 50 31 48 3 29 3 91 37 
58 98 45 89 64 77 10 46 12 29 68 41 
80 12 95 58 57 33 61 65 4 40...

result:

ok 42 lines

Test #5:

score: 20
Accepted
time: 0ms
memory: 1216kb

input:

33 46
62 31 82 34 54 88 12 49 67 63 78 54 80 70 99 92 43 63 97 50 1 4 44 78 30 7 29 38 25 10 11 31 6...

output:

62 31 82 34 54 88 12 49 67 63 78 54 80 70 99 92 43 63 97 50 1 4 44 78 30 7 29 38 25 10 11 31 63 6 88...

result:

ok 33 lines