/ Vijos /

记录详情

Compile Error

/in/foo.cc:8:3: error: invalid preprocessing directive #g
 # g=[[[0 for i in range(100)]for i in range(400)]for i in range(20)] 20*400*100的三维数组
   ^
/in/foo.cc:2:1: error: 'dx' does not name a type
 dx=[1,2,2,1,-1,-2,-2,-1]
 ^~
/in/foo.cc:27:13: error: 'f' does not name a type
             f[i][j]=f[i-1][j]+f[i][j-1]
             ^

信息

递交者
类型
递交
题目
P1121 马拦过河卒
语言
C++
递交时间
2018-12-20 19:27:23
评测时间
2018-12-20 19:27:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes