2016年11月26日
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 bool isoptr(char ch) { 7 if(ch == '+' || ch == '-' || ch == '*' || ch == '/' || ch == '^' || ch == 's' || ch =... 阅读全文
posted @ 2016-11-26 21:55 任我主宰 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int main(){ 7 int t; 8 cin>>t; 9 while(t--){ 10 int n; 11 cin>>n; 12 int a[n]; 13 ... 阅读全文
posted @ 2016-11-26 11:04 任我主宰 阅读(220) 评论(0) 推荐(0) 编辑