Compile Error
foo.cpp:6:27: error: size of array 'blanket' is too large
 int blanket[100000][100000],n,a,b,g,k,x,y;
                           ^
foo.cpp: In function 'int main()':
foo.cpp:13:4: error: 'blanket' was not declared in this scope
    blanket[i][j]=-1;
    ^
foo.cpp:25:5: error: 'blanket' was not declared in this scope
     blanket[p][q]=i;
     ^
foo.cpp:31:14: error: 'blanket' was not declared in this scope
  printf("%d",blanket[x][y]);
              ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1736 铺地毯
 - 语言
 - C++
 - 递交时间
 - 2016-10-04 20:26:23
 - 评测时间
 - 2016-10-04 20:26:24
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes