Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:5:8: warning: statement has no effect [-Wunused-value] abs(x)<=10000; ~~~~~~^~~~~~~ /in/foo.cc:9:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(x=0) ^ /in/foo.cc:13:9: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<< y <<endl; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1111 求函数的值
- 语言
- C++
- 递交时间
- 2021-07-03 12:16:50
- 评测时间
- 2021-07-03 12:16:50
- 评测机
- 分数
- 50
- 总耗时
- 13ms
- 峰值内存
- 228.0 KiB