/ Vijos /

记录详情

Compile Error

foo.cc:5:8: error: expected ';' at end of member declaration
    5 |  int x,y
      |        ^
      |         ;
foo.cc:6:2: error: storage size of 'f' isn't known
    6 | }f[];
      |  ^
foo.cc: In function 'int find()':
foo.cc:9:5: error: 'fa' was not declared in this scope; did you mean 'a'?
    9 |  if(fa==)
      |     ^~
      |     a
foo.cc:9:9: error: expected primary-expression before ')' token
    9 |  if(fa==)
      |         ^
foo.cc:10:1: error: expected primary-expression before '}' token
   10 | }
      | ^
foo.cc:10:1: warning: no return statement in function returning non-void [-Wreturn-type]
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1944 琵琶湖
语言
C++
递交时间
2022-01-16 15:05:53
评测时间
2022-01-16 15:05:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes