/ Vijos /

记录详情

Compile Error

foo.cc:4:1: error: ‘__int64’ does not name a type; did you mean ‘__int64_t’?
    4 | __int64 x[61],y[61],z[61];
      | ^~~~~~~
      | __int64_t
foo.cc: In function ‘int main()’:
foo.cc:10:1: error: ‘x’ was not declared in this scope
   10 | x[3]=1;y[3]=-2;z[3]=2;
      | ^
foo.cc:10:8: error: ‘y’ was not declared in this scope
   10 | x[3]=1;y[3]=-2;z[3]=2;
      |        ^
foo.cc:10:16: error: ‘z’ was not declared in this scope
   10 | x[3]=1;y[3]=-2;z[3]=2;
      |                ^
正在同步测试数据,请稍后

信息

递交者
类型
递交
题目
P1151 失落的成绩单
语言
C++
递交时间
2024-10-04 10:13:35
评测时间
2024-10-04 10:13:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes