创建一个数组,将数组任意初始化(包含3 ),将其中等于3 的数字删除后再将数组里面的数打印出来。 #include<iostream> #include<deque> using namespace std; int main() {i……