摘要: 1 #include 2 using namespace std; 3 template 4 T maxx(T x, T y) { 5 return x > y ? x : y; 6 } 7 8 9 int main() { 10 int a = 1, b = 2; 11 double c = 3.0, d = 4.0; 12 cout... 阅读全文
posted @ 2019-07-02 19:39 听说这是最长的名字了 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-02 19:09 听说这是最长的名字了 阅读(151) 评论(0) 推荐(0) 编辑