UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#90431#974. 数组清零dongyinuo1002ms1260kbC++800b2020-02-14 21:15:242020-02-14 21:15:26

answer


详细

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

Test #1:

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

input:

6 5
40 31 72 70 77
175 133 21 121 175
45 67 90 4 27
162 95 157 129 114
97 68 40 60 0
111 118 0 0 70

output:

40 31 0 0 0 
175 133 0 0 0 
45 67 0 0 0 
162 95 0 0 0 
0 0 0 0 0 
0 0 0 0 0 

result:

ok 6 lines

Test #2:

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

input:

15 5
70 186 41 0 121
161 174 168 151 154
112 0 0 133 26
8 95 144 0 44
108 118 31 102 166
91 158 124 ...

output:

0 0 0 0 0 
161 0 0 0 154 
0 0 0 0 0 
0 0 0 0 0 
108 0 0 0 166 
91 0 0 0 46 
0 0 0 0 0 
68 0 0 0 140 ...

result:

ok 15 lines

Test #3:

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

input:

2 2
1 2
4 5

output:

1 2 
4 5 

result:

ok 2 lines

Test #4:

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

input:

35 13
23 39 185 109 196 0 70 65 135 126 124 79 181
1 60 4 91 183 1 193 182 111 182 32 110 32
126 57 ...

output:

0 0 0 0 0 0 0 0 0 0 0 0 0 
0 60 0 91 0 0 193 182 111 0 32 110 0 
0 57 0 76 0 0 19 126 48 0 163 53 0 ...

result:

ok 35 lines

Test #5:

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

input:

3 3
1 2 0
4 0 6
0 8 9

output:

0 0 0 
0 0 0 
0 0 0 

result:

ok 3 lines

Test #6:

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

input:

44 18
28 0 107 88 166 145 24 152 123 85 80 63 98 95 18 20 54 188
125 131 68 72 131 50 43 3 125 64 55...

output:

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
125 0 68 0 0 0 0 0 125 64 55 120 120 0 130 159 52 13 
168 0 93 ...

result:

ok 44 lines

Test #7:

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

input:

52 58
91 124 72 191 14 133 102 118 101 77 160 194 143 32 0 87 160 28 135 15 112 17 5 126 69 47 122 1...

output:

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...

result:

ok 52 lines

Test #8:

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

input:

71 36
184 188 101 56 151 43 37 197 84 31 11 120 193 177 111 125 179 91 102 107 94 135 92 58 21 6 104...

output:

0 0 101 0 0 43 0 0 0 0 11 0 0 177 0 125 0 0 0 0 94 0 0 58 0 6 0 0 0 0 0 62 58 41 0 0 
0 0 0 0 0 0 0 ...

result:

ok 71 lines

Test #9:

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

input:

16 78
184 170 89 155 27 58 37 163 31 117 119 23 89 115 47 171 185 195 77 50 146 101 141 52 140 195 1...

output:

184 170 89 155 27 58 0 163 31 117 119 23 89 0 47 171 185 195 0 50 146 101 141 52 140 195 157 153 0 8...

result:

ok 16 lines

Test #10:

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

input:

7 78
159 23 23 154 90 86 170 9 151 79 170 158 21 185 158 182 66 184 55 116 122 70 194 155 38 198 24 ...

output:

159 23 23 154 90 86 170 9 151 79 0 158 21 185 158 182 66 184 55 116 122 70 194 155 38 198 24 156 153...

result:

ok 7 lines