桑海

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月29日

摘要: 2072:View Code 1 #include<iostream> 2 #include<vector> 3 #include<string> 4 #include<algorithm> 5 using namespace std; 6 7 int end(string str) 8 { 9 for(int i = 0; i < str.size(); ++i)10 if(str[i] == '#')11 return 1;12 return 0;13 }14 /*15 int count(string str)16 { 阅读全文
posted @ 2013-03-29 12:12 桑海 阅读(205) 评论(0) 推荐(0) 编辑