Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:15:15: warning: array subscript has type 'char' [-Wchar-subscripts] count[str[i]]++; ^ /in/foo.cc:18:12: warning: variable 'index_max' set but not used [-Wunused-but-set-variable] int max=0,index_max; ^~~~~~~~~ /in/foo.cc:19:16: warning: variable 'index_min' set but not used [-Wunused-but-set-variable] int min=10000,index_min; ^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1133 笨小猴
- 比赛
- 南京师范大学算法竞赛之2020年寒假战“疫”系列赛Round3 总第73期赛
- 语言
- C++
- 递交时间
- 2020-02-23 14:51:46
- 评测时间
- 2020-02-23 14:51:46
- 评测机
- 分数
- 100
- 总耗时
- 14ms
- 峰值内存
- 220.0 KiB