/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int read()':
/in/foo.cc:20:5: error: 'rep' was not declared in this scope
     rep w * e;
     ^~~
/in/foo.cc:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:41:33: error: expected primary-expression before ';' token
         ans = (ans + x[i][k]) % ;
                                 ^

信息

递交者
类型
递交
题目
P1787 寻宝
语言
C++
递交时间
2019-09-18 18:57:15
评测时间
2019-09-18 18:57:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes