Memory Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:81:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<unsigned int>::size_type {aka long unsigned int}' [-Wformat=] printf( "%d\n", num2.size() ); ^ /in/foo.cc:84:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( j = 0; j < num2.size(); ++j ) ~~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2-8 条形码
- 语言
- C++
- 递交时间
- 2018-12-19 20:14:56
- 评测时间
- 2018-12-19 20:14:56
- 评测机
- 分数
- 40
- 总耗时
- ≥2717ms
- 峰值内存
- ≥16.0 MiB