摘要: Description 补足程序使得其输出结果是: 40 #include <iostream> #include <string> using namespace std; struct A { int n; A() { }; A(int n_ ):n(n_) { } // Your Code H 阅读全文
posted @ 2018-05-17 20:47 Zackary丶Liu 阅读(176) 评论(0) 推荐(0)
摘要: Description 补足程序,使得下面程序输出的结果是: ****100 #include <iostream> #include <string> using namespace std; // Your Code Here string Print1() { return "****"; } 阅读全文
posted @ 2018-05-17 20:34 Zackary丶Liu 阅读(260) 评论(0) 推荐(0)