摘要: 一道模拟题,写的有点麻烦#include#include#include#include#includeusing namespace std;bool fun(char c){ if(c=='a'||c=='A'||c=='e'||c=='E'||c=='i'||c=='I'||c=='o'... 阅读全文
posted @ 2014-08-08 21:11 JarvisLau 阅读(156) 评论(0) 推荐(0)