摘要: 水题#include #include #include using namespace std;int main(){ int n,a,b; cin >> n >>a >> b; vector apple(n+1,0); int k; for(int i = 0 ; ... 阅读全文
posted @ 2014-04-22 23:37 OpenSoucre 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 需要满足的条件是(1)每个字母是对称的(2)每个字符串是对称的#include #include #include using namespace std;const string mirrorChar = "AHIMOTUVWXY";int main(){ string str; ci... 阅读全文
posted @ 2014-04-22 23:34 OpenSoucre 阅读(263) 评论(0) 推荐(0) 编辑