Wrong Answer
foo.cc: In function 'int main()':
foo.cc:6:19: warning: right operand of comma operator has no effect [-Wunused-value]
6 | cin >> x,y;
| ^
foo.cc:7:16: warning: 'y' is used uninitialized [-Wuninitialized]
7 | t = abs(x - y);
| ~~~^~~~~~~
foo.cc:5:18: note: 'y' was declared here
5 | double x,y,t,m;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1192 星际青蛙(木木版)
- 语言
- C++
- 递交时间
- 2023-10-18 16:49:15
- 评测时间
- 2023-10-18 16:49:15
- 评测机
- 分数
- 0
- 总耗时
- 25ms
- 峰值内存
- 412.0 KiB