/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void init(long long int, long long int, long long int)':
/in/foo.cc:57:18: error: expected ';' before '{' token
   57 |         edge[cnt]{ y, flow, link[x] };
      |                  ^
      |                  ;
/in/foo.cc:57:17: warning: statement has no effect [-Wunused-value]
   57 |         edge[cnt]{ y, flow, link[x] };
      |         ~~~~~~~~^
/in/foo.cc:60:18: error: expected ';' before '{' token
   60 |         edge[cnt]{ x, 0, link[y] };
      |                  ^
      |                  ;
/in/foo.cc:60:17: warning: statement has no effect [-Wunused-value]
   60 |         edge[cnt]{ x, 0, link[y] };
      |         ~~~~~~~~^

信息

递交者
类型
递交
题目
P1590 笨笨的洪水堵截
语言
C++
递交时间
2025-07-14 11:13:52
评测时间
2025-07-14 11:13:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes