代码: #include <iostream>#define MAX 5using namespace std;class Queue{private: int a[MAX]; int Front; int Rear;public: Queue(); bool IsEmpty(); bool IsFull(); ...
build(app)的配置 //初次新建记得添加 // {"kind":"error","text":"Invoke-customs are only supported starting with Android O compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targ...