Wrong Answer
foo.cc: In function 'int main()':
foo.cc:65:20: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
65 | printf("%lld",DopingControl());
| ~~~^ ~~~~~~~~~~~~~~~
| | |
| long long int int
| %d
foo.cc: In function 'int DopingControl()':
foo.cc:48:16: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
48 | return p;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1426 兴奋剂检查
- 语言
- C++
- 递交时间
- 2022-08-27 11:41:01
- 评测时间
- 2022-08-27 11:41:01
- 评测机
- 分数
- 0
- 总耗时
- 629ms
- 峰值内存
- 1.875 MiB