Wrong Answer
foo.cc: In function 'int main()': foo.cc:21:11: warning: array subscript has type 'char' [-Wchar-subscripts] cnt[s[0]]++; ^ foo.cc:28:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(cnt[i]&1==1) sig=i; ~^~~ foo.cc:31:3: warning: 'sig' may be used uninitialized in this function [-Wmaybe-uninitialized] if(v[i][0]==sig) cout<<v[i]<<endl; ^~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1268 Single string
- 语言
- C++
- 递交时间
- 2021-07-17 10:09:17
- 评测时间
- 2021-07-17 10:09:17
- 评测机
- 分数
- 60
- 总耗时
- 84ms
- 峰值内存
- 1.371 MiB