Accepted
/in/foo.cc: In function 'void read(long double&)': /in/foo.cc:6:51: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] void read(long double &x){double y;scanf("%lf",&y);x=y;} ^
信息
- 递交者
- 类型
- 递交
- 题目
- Misaka&Accelerator
- 语言
- C++
- 递交时间
- 2017-04-06 21:33:32
- 评测时间
- 2017-04-06 21:33:32
- 评测机
- 分数
- 100
- 总耗时
- 310ms
- 峰值内存
- 384.0 KiB