Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:57:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[15]' [-Wformat=] scanf("%s",&a[i][j]); ^ /in/foo.cc:99:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d ",ans.num[id[i][j]]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1477 跳动的水珠(csapc)
- 语言
- C++
- 递交时间
- 2021-02-25 12:01:11
- 评测时间
- 2021-02-25 12:01:11
- 评测机
- 分数
- 0
- 总耗时
- 160ms
- 峰值内存
- 12.953 MiB