#include
template

class f{

private:T x,y;

public:void f1(T a,T b){x=a;y=b;}

T max( ){retum(x>y)?x:y;}

};

void main( ){

f a;

a.f1(1.5,3.8); ’

cout<<><><>< p="">}

答案是:

cout<
出自  联大  >  河南财经大学数据库基础与应用

更多答案联系客服:19139051760
本题添加时间:2024/9/3 9:16:00