Accepted
foo.cc: In constructor ‘Complex::Complex()’:
foo.cc:11:23: warning: unused variable ‘re’ [-Wunused-variable]
   11 |         Complex(){int re=0,in=0;}
      |                       ^~
foo.cc:11:28: warning: unused variable ‘in’ [-Wunused-variable]
   11 |         Complex(){int re=0,in=0;}
      |                            ^~
  正在同步测试数据,请稍后
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1309 OO2-2 复数类的比较运算符重载
 - 语言
 - C++
 - 递交时间
 - 2024-04-04 19:20:59
 - 评测时间
 - 2024-04-04 19:20:59
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 13ms
 - 峰值内存
 - 768.0 KiB