Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:119:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100001]' [-Wformat=] scanf("%s",&t); ^ /in/foo.cc:123:16: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100001]' [-Wformat=] scanf("%s",&s); ^ /in/foo.cc:129:18: warning: array subscript has type 'char' [-Wchar-subscripts] putchar(t[bk[i]]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- Censoring
- 语言
- C++
- 递交时间
- 2021-06-07 22:02:06
- 评测时间
- 2021-06-07 22:02:06
- 评测机
- 分数
- 0
- 总耗时
- 10033ms
- 峰值内存
- 472.0 KiB