Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:32:21: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] printf("%lld\n",pos); ^ /in/foo.cc:32:22: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%lld\n",pos); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1981 跳石头
- 语言
- C++
- 递交时间
- 2018-03-30 20:08:53
- 评测时间
- 2018-03-30 20:08:53
- 评测机
- 分数
- 100
- 总耗时
- 118ms
- 峰值内存
- 896.0 KiB