-->
登录/注册
首页
DayDayUp
ELSE
运维
当前位置:
首页
>
题库
class A
Luz
5年前
(2021-05-10)
题库
1088
class A int x; public: A(int t=0):x(t){ } int operator-(const A&a1){return x-a1.x;} }; ~@[](1)答案:FALSE
搜索
关键词之间使用空格分隔