Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:56:20: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long long int' [-Wformat=] scanf("%lld",res); ^ /in/foo.cc:55:7: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized] ll res; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2017.07.17 P1 奶牛与程序
- 语言
- C++
- 递交时间
- 2017-07-17 21:07:36
- 评测时间
- 2017-07-17 21:07:36
- 评测机
- 分数
- 300
- 总耗时
- 311ms
- 峰值内存
- 3.621 MiB