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