Accepted
foo.cc: In function 'int main()': foo.cc:11:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=] 11 | scanf("%d", &arr[i]); | ~^ ~~~~~~~ | | | | | long int* | int* | %ld
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1391 Problem 1C. 连续最大和
- 语言
- C++
- 递交时间
- 2022-10-04 19:26:11
- 评测时间
- 2022-10-04 19:26:11
- 评测机
- 分数
- 10
- 总耗时
- 2ms
- 峰值内存
- 1.75 MiB