Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:14: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=] 17 | scanf("%ld\n", &n); | ~~^ ~~ | | | | | long long int* | long int* | %lld /in/foo.cc:30:18: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=] 30 | scanf("%ld",val+i); | ~~^ ~~~~~ | | | | | long long int* | long int* | %lld
信息
- 递交者
- 类型
- 递交
- 题目
- P1565 多边形
- 语言
- C++
- 递交时间
- 2025-02-14 23:48:27
- 评测时间
- 2025-02-14 23:48:27
- 评测机
- 分数
- 100
- 总耗时
- 29ms
- 峰值内存
- 1.531 MiB