Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:42:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=] printf("%d\n",ans.size()); ^ /in/foo.cc:43:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<ans.size();i++)printf("%d\n",ans[i]); ~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1910 解方程
- 语言
- C++
- 递交时间
- 2017-11-06 08:46:32
- 评测时间
- 2017-11-06 08:46:32
- 评测机
- 分数
- 100
- 总耗时
- 671ms
- 峰值内存
- 2.5 MiB