Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:22: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%ld\n", &n); ^ /in/foo.cc:30:26: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%ld",val+i); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1565 多边形
- 语言
- C++
- 递交时间
- 2020-09-05 11:22:35
- 评测时间
- 2020-09-05 11:22:35
- 评测机
- 分数
- 100
- 总耗时
- 22ms
- 峰值内存
- 1.227 MiB