/ Vijos /

记录详情

Compile Error

/in/foo.cc:4:1: error: '__int64' does not name a type
 __int64 x[61],y[61],z[61];
 ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:1: error: 'x' was not declared in this scope
 x[3]=1;y[3]=-2;z[3]=2;
 ^
/in/foo.cc:10:8: error: 'y' was not declared in this scope
 x[3]=1;y[3]=-2;z[3]=2;
        ^
/in/foo.cc:10:16: error: 'z' was not declared in this scope
 x[3]=1;y[3]=-2;z[3]=2;
                ^

信息

递交者
类型
递交
题目
P1151 失落的成绩单
语言
C++
递交时间
2021-12-18 11:27:53
评测时间
2021-12-18 11:27:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes