Time Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:38:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(x[i]>x[j]||x[i]==x[j]&&y[i]>y[j]) ~~~~~~~~~~^~~~~~~~~~~ /in/foo.cc:63:17: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] for(int j=i&i-1;j;j=i&j-1) ~^~ /in/foo.cc:63:27: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] for(int j=i&i-1;j;j=i&j-1) ~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2008 愤怒的小鸟
- 语言
- C++
- 递交时间
- 2019-09-11 19:07:59
- 评测时间
- 2019-09-11 19:07:59
- 评测机
- 分数
- 75
- 总耗时
- ≥6707ms
- 峰值内存
- ≥1.812 MiB