摘要: #include #include using namespace std; char str[10001]; int main() { while(~scanf("%s",&str)&&str[0]!='0') { int ans=0; for(... 阅读全文
posted @ 2015-10-29 08:13 快点说我帅 阅读(97) 评论(0) 推荐(0)