ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#103641 | #991. 删除最大值 | 2018xx600 | 100 | 2ms | 1196kb | C++ | 236b | 2020-02-29 17:11:36 | 2020-02-29 17:11:37 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
20 7252 6903 2135 9100 1454 718 4871 4065 4363 7221 4974 1404 4492 7404 4467 8033 7926 1665 7638 2818
output:
7252 6903 2135 1454 718 4871 4065 4363 7221 4974 1404 4492 7404 4467 8033 7926 1665 7638 2818
result:
ok single line: '7252 6903 2135 1454 718 4871 4... 4467 8033 7926 1665 7638 2818 '
Test #2:
score: 20
Accepted
time: 1ms
memory: 1196kb
input:
10 54 4 73 4 77 76 18 12 94 58
output:
54 4 73 4 77 76 18 12 58
result:
ok single line: '54 4 73 4 77 76 18 12 58 '
Test #3:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
100 -868 -795 -642 -40 -563 76 -171 -105 -327 -93 -586 -359 -49 -573 -390 -81 -103 -747 -675 -928 9 ...
output:
-868 -795 -642 -40 -563 76 -171 -105 -327 -93 -586 -359 -49 -573 -390 -81 -103 -747 -675 -928 9 -254...
result:
ok single line: '-868 -795 -642 -40 -563 76 -17...88 -5 -256 -702 -879 -847 -116 '
Test #4:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
89 7057 4549 9902 8728 1247 5577 6980 9921 7492 4975 209 9280 -463 6344 673 6932 -937 6941 73 1475 -...
output:
7057 4549 9902 8728 1247 5577 6980 9921 7492 4975 209 9280 -463 6344 673 6932 -937 6941 73 1475 -953...
result:
ok single line: '7057 4549 9902 8728 1247 5577 ... 5772 2276 2189 1520 -797 4864 '
Test #5:
score: 20
Accepted
time: 1ms
memory: 1196kb
input:
59 -1789 -1564 1318 5824 -3488 -4475 2425 5411 -895 1927 -2975 -8418 -4744 -411 8129 -6378 5325 -804...
output:
-1789 -1564 1318 5824 -3488 -4475 2425 5411 -895 1927 -2975 -8418 -4744 -411 8129 -6378 5325 -8041 -...
result:
ok single line: '-1789 -1564 1318 5824 -3488 -4...89 5831 2909 -5044 -1279 -6837 '