Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
动态数组:向量
Module:
动态数组:向量
Problem
5
/8
删除元素 - 2
Problem
给定一个包含 N 个元素的数组。 去除不均匀的对称元素。
第一行包含数字N(1<=N<=15) -一维数组的元素个数
第二行N个整数(数字是键盘输入的)
示例输入和输出
<正文>
测试编号
输入数据
印记
1
<分区> 5 <分区> 1 0 2 0 0
0 2 0
2
<分区> 6 <分区> 4 0 1 4 5 4
4 4
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary