Runtime Error
foo.cc: In function 'int kinds(std::string, int)': foo.cc:7:47: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(sentence[start]>='3'||sentence[start]=='2'&&sentence[start+1]>'6') ^ foo.cc:7:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(sentence[start]>='3'||sentence[start]=='2'&&sentence[start+1]>'6') ^ foo.cc:12:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(sentence[start+1]=='0') ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1342 Alpha编码
- 语言
- C++
- 递交时间
- 2020-10-31 17:05:29
- 评测时间
- 2020-10-31 17:05:29
- 评测机
- 分数
- 10
- 总耗时
- 36ms
- 峰值内存
- 24.586 MiB