Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:39:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
if(M[i]<j&M[i]!=x){
~~~~^~
/in/foo.cc:7:6: warning: unused variable 'k' [-Wunused-variable]
int k[n];
^
/in/foo.cc:4:12: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized]
int n,m,c,f,x,j;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1981 跳石头
- 语言
- C++
- 递交时间
- 2017-09-24 15:28:00
- 评测时间
- 2017-09-24 15:28:00
- 评测机
- 分数
- 50
- 总耗时
- ≥3055ms
- 峰值内存
- ≥708.0 KiB