Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:43:24: 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",v.size()); ~~~~~~~~^ /in/foo.cc:44:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<v.size();i++) printf("%d\n",v[i]); ~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1910 解方程
- 语言
- C++
- 递交时间
- 2018-11-01 12:01:02
- 评测时间
- 2018-11-01 12:01:02
- 评测机
- 分数
- 100
- 总耗时
- 1889ms
- 峰值内存
- 320.0 KiB