/ Vijos /

记录详情

Compile Error

foo.cc: In function 'long long int dfs(long long int)':
foo.cc:26:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
   26 | int main()
      |         ^~
foo.cc:26:9: note: remove parentheses to default-initialize a variable
   26 | int main()
      |         ^~
      |         --
foo.cc:26:9: note: or replace parentheses with braces to value-initialize a variable
foo.cc:27:1: error: a function-definition is not allowed here before '{' token
   27 | {
      | ^
foo.cc:36:2: error: expected '}' at end of input
   36 | }
      |  ^
foo.cc:6:1: note: to match this '{'
    6 | {
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1599 货币
语言
C++
递交时间
2023-12-10 11:13:13
评测时间
2023-12-10 11:13:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes