Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0;i <strlen(str);++i)if(str[i] == '('){
~~^~~~~~~~~~~~
/in/foo.cc:32:24: warning: array subscript has type 'char' [-Wchar-subscripts]
book[b[xun[xnum+1]]] = 0;
^
/in/foo.cc:59:17: warning: array subscript has type 'char' [-Wchar-subscripts]
if(book[s[i]]!=0)flag = 0;
^
信息
- 递交者
- 类型
- 递交
- 题目
- complexity
- 语言
- C++
- 递交时间
- 2017-11-21 19:43:14
- 评测时间
- 2017-11-21 19:43:14
- 评测机
- 分数
- 0
- 总耗时
- 35ms
- 峰值内存
- 384.0 KiB