摘要: #include <iostream> using namespace std; struct student { char num[20]; int shi; int kao; }; int main() { student stu[1000]; int n, q, b[1000]; cin >> 阅读全文
posted @ 2016-09-04 22:13 code666 阅读(200) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <algorithm> using namespace std; int a[10]={0}; string s; int main() { cin>>s; int i; for(i = 0; i < s. 阅读全文
posted @ 2016-09-04 07:56 code666 阅读(112) 评论(0) 推荐(0) 编辑