/ Vijos /

记录详情

Compile Error

foo.cc: In function 'bool bfs()':
foo.cc:43:6: error: 'x' was not declared in this scope
   43 |  cur[x]=lnk[x];
      |      ^
foo.cc: In function 'bool check(int)':
foo.cc:82:6: warning: unused variable 'flow' [-Wunused-variable]
   82 |  int flow=0;
      |      ^~~~
foo.cc: In function 'int main()':
foo.cc:93:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   93 |  scanf("%d%d",&n,&k);
      |  ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1521 跳舞
语言
C++
递交时间
2022-07-10 11:12:46
评测时间
2022-07-10 11:12:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes