Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:23:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] scanf("%lld%lld",&n,&k); ^ /in/foo.cc:23:24: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=] /in/foo.cc:25:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] scanf("%lld",&a[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2694 取数游戏
- 语言
- C++
- 递交时间
- 2023-05-25 21:39:35
- 评测时间
- 2023-05-25 21:39:35
- 评测机
- 分数
- 0
- 总耗时
- 37ms
- 峰值内存
- 424.0 KiB