Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:11:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] scanf("%d %d",&n,&k); ^ /in/foo.c:11:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=] scanf("%d %d",&n,&k); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1167 连续数之和
- 语言
- C
- 递交时间
- 2021-01-28 11:02:35
- 评测时间
- 2021-01-28 11:02:35
- 评测机
- 分数
- 0
- 总耗时
- 135ms
- 峰值内存
- 4.004 MiB