Accepted
/in/foo.cc: In member function 'void node::split(int, node*&, node*&)': /in/foo.cc:41:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(k <= l->c) { ~~^~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:122:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] printf("%d\n",comp(x,y)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 火星人prefix
- 语言
- C++
- 递交时间
- 2018-05-04 23:26:11
- 评测时间
- 2018-05-04 23:26:11
- 评测机
- 分数
- 100
- 总耗时
- 6043ms
- 峰值内存
- 9.859 MiB