2014年10月23日

C++ string::size_type 类型【转】

摘要: 1 int main()2 {3 string str("Hello World!\n");4 cout 02 #include 03 04 int main()05 {06 size_t indexs = -1;07 size_t ps = 100;08 i... 阅读全文

posted @ 2014-10-23 10:26 华山青竹 阅读(1787) 评论(0) 推荐(0)

【转】UVa Problem 100 The 3n+1 problem (3n+1 问题)——(离线计算)

摘要: 1 // The 3n+1 problem (3n+1 问题) 2 // PC/UVa IDs: 110101/100, Popularity: A, Success rate: low Level: 1 3 // Verdict: Accepted 4 // Submission Dat... 阅读全文

posted @ 2014-10-23 10:11 华山青竹 阅读(679) 评论(0) 推荐(0)

导航