Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:24:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] printf("%ld\n",a[x]); ^ /in/foo.cc:29:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] printf("%ld\n",a[x]); ^ /in/foo.cc:32:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] printf("%ld\n",a[y]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1290 sk抓螃蟹
- 语言
- C++
- 递交时间
- 2018-05-28 21:13:07
- 评测时间
- 2018-05-28 21:13:07
- 评测机
- 分数
- 70
- 总耗时
- 434ms
- 峰值内存
- 76.605 MiB