Compile Error
/in/foo.cc: In function 'bool push_stack()':
/in/foo.cc:61:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if((isnum1&&isnum2)&&num1<=num2||(!isnum1&&!isnum2)){
~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:118:3: error: expected primary-expression before 'if'
if(s.size())err=true;
^~
/in/foo.cc:123:10: error: expected '}' at end of input
return 0;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P2029 时间复杂度
- 语言
- C++
- 递交时间
- 2017-11-18 13:26:38
- 评测时间
- 2017-11-18 13:26:38
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes