Wrong Answer
foo.cc: In function 'int main()': foo.cc:9:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 9 | for(int j=0;j<t1.size();j++){ | ~^~~~~~~~~~ foo.cc:10:13: warning: array subscript has type 'char' [-Wchar-subscripts] 10 | ans[t1[j]]++; | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 3-1 整数中的数字
- 比赛
- 2022暑期青少年社团(入门赛)
- 语言
- C++
- 递交时间
- 2022-07-28 21:32:46
- 评测时间
- 2022-07-28 21:32:46
- 评测机
- 分数
- 20
- 总耗时
- 105ms
- 峰值内存
- 384.0 KiB