摘要:
// 10.3.2.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include using namespace std; string & make_plural(int cnt, string &str) { str=cnt > 1 ? (str + "s") : str; ... 阅读全文
posted @ 2016-03-31 22:01 CSU蛋李 阅读(102) 评论(0) 推荐(0)
浙公网安备 33010602011771号