Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:24:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(k>sum) ~^~~~ /in/foo.cc:31:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long unsigned int' [-Wformat=] printf("%d",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1472 教主的集合序列
- 语言
- C++
- 递交时间
- 2018-08-10 10:51:40
- 评测时间
- 2018-08-10 10:51:40
- 评测机
- 分数
- 40
- 总耗时
- 37ms
- 峰值内存
- 512.0 KiB