Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:15: warning: format '%lf' expects argument of type 'double*', but argument 2 has type 'double' [-Wformat=]
  scanf("%lf",x);
               ^
/in/foo.cc:6:7: warning: 'x' is used uninitialized in this function [-Wuninitialized]
  scanf("%lf",x);
  ~~~~~^~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1011 分段函数
 - 语言
 - C++
 - 递交时间
 - 2019-08-04 15:12:22
 - 评测时间
 - 2019-08-04 15:12:22
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 11ms
 - 峰值内存
 - 428.0 KiB