/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:2: error: '__int64' was not declared in this scope
  __int64 x,y;
  ^~~~~~~
foo.cc:6:2: note: suggested alternative: '__int64_t'
  __int64 x,y;
  ^~~~~~~
  __int64_t
foo.cc:7:2: error: 'x' was not declared in this scope
  x = 0;
  ^
foo.cc:11:18: error: 'y' was not declared in this scope
   scanf("%I64d",&y);
                  ^
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1684 丢失的筷子
语言
C++
递交时间
2021-03-16 14:59:35
评测时间
2021-03-16 14:59:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes