摘要: //1#include<bits/stdc++.h>using namespace std;int main(){ int n; scanf("%d",&n); getchar(); string s; int cnt1,cnt2,cnt3,cnt4; while(n--){ getline(cin 阅读全文
posted @ 2019-02-27 22:26 捕鱼儿海 阅读(190) 评论(0) 推荐(0) 编辑
摘要: //1#include<bits/stdc++.h>using namespace std;int main() { string s; cin >> s; while (cin >> s) { if (s[2] == 'T') printf("%d", s[0] - 'A' + 1); } ret 阅读全文
posted @ 2019-02-27 16:00 捕鱼儿海 阅读(182) 评论(0) 推荐(0) 编辑