/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:34:35: error: 'xi' was not declared in this scope; did you mean 'i'?
   34 |                                 v[xi][yi]=false;
      |                                   ^~
      |                                   i
foo.cc:34:39: error: 'yi' was not declared in this scope; did you mean 'i'?
   34 |                                 v[xi][yi]=false;
      |                                       ^~
      |                                       i
foo.cc:29:14: warning: unused variable 'ac' [-Wunused-variable]
   29 |         char ac;
      |              ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1107 环游大同80天
语言
C++
递交时间
2023-12-21 22:40:19
评测时间
2023-12-21 22:40:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes