#define _CRT_SECURE_NO_WARNINGS 1#include "assert.h"#include "stdio.h"#include "stdbool.h"#include "stdlib.h"#include "string.h"#define N 10typedef int STDataType;int data;//静态栈//typedef s
class MyQueue {Stack<Integer> a=new Stack<>(); //存放Stack<Integer> b=new Stack<>(); //输出int front;/** Initialize your data structure here. */public MyQueue() {}/** Push element x to the back of