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:45:55
- 评测时间
- 2018-08-10 10:45:55
- 评测机
- 分数
- 10
- 总耗时
- 34ms
- 峰值内存
- 384.0 KiB