template <class T> struct sum { static void foo(T op1 , T op2){ cout << op1 <<op2; } }; sum::foo(1,3);
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题