Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:27:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<=a.length()-1;++i) ~^~~~~~~~~~~~~~ /in/foo.cc:28:16: warning: array subscript has type 'char' [-Wchar-subscripts] js[a[i]]++; ^ /in/foo.cc:39:13: error: 'work' was not declared in this scope work(ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1495 笨小猴
- 语言
- C++
- 递交时间
- 2018-09-05 21:19:03
- 评测时间
- 2018-09-05 21:19:03
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes