Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:13:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&n); ^ /in/foo.cc:22:16: warning: 'id' may be used uninitialized in this function [-Wmaybe-uninitialized] p[i]=min(p[2*id-i],mx-i); ~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- Antisymmetry
- 语言
- C++
- 递交时间
- 2020-08-09 20:58:12
- 评测时间
- 2020-08-09 20:58:12
- 评测机
- 分数
- 100
- 总耗时
- 67ms
- 峰值内存
- 9.363 MiB