Wrong Answer
foo.cc: In function 'int main()': foo.cc:13:19: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%ld",&x); ~~^ foo.cc:5:16: warning: unused variable 't' [-Wunused-variable] long long i,n,t=0; ^ foo.cc:13:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%ld",&x); ~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1275 投币
- 语言
- C++
- 递交时间
- 2021-08-18 18:37:48
- 评测时间
- 2021-08-18 18:37:48
- 评测机
- 分数
- 0
- 总耗时
- 40ms
- 峰值内存
- 384.0 KiB