摘要: 1 // Type your C++ code and click the "Run Code" button! 2 // Your code output will be shown on the left. 3 // Click on the "Show input" button to enter input data to be read (from stdin). 4 5 #include 6 using namespace std; 7 8 /*字符串里的数字增1*/ 9 bool Increment( char * number )10 { 阅读全文
posted @ 2013-07-20 16:03 NinaGood 阅读(205) 评论(0) 推荐(0) 编辑