Wrong Answer
foo.cc: In function 'int main()': foo.cc:13:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 13 | for(int i=0;i<len;i++) | ~^~~~ foo.cc:19:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long unsigned int' [-Wformat=] 19 | printf("%d\n",ans); | ~^ ~~~ | | | | int long long unsigned int | %lld
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1091 xf2-4说能过那都是假的
- 语言
- C++
- 递交时间
- 2022-08-22 15:35:48
- 评测时间
- 2022-08-22 15:35:48
- 评测机
- 分数
- 20
- 总耗时
- 16ms
- 峰值内存
- 608.0 KiB