Compile Error

foo.cc: In function 'int main()':
foo.cc:16:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
   16 | int main()
      |         ^~
foo.cc:16:9: note: remove parentheses to default-initialize a variable
   16 | int main()
      |         ^~
      |         --
foo.cc:16:9: note: or replace parentheses with braces to value-initialize a variable
foo.cc:17:1: error: a function-definition is not allowed here before '{' token
   17 | {
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1013 水仙花数
语言
C++
递交时间
2023-11-17 15:57:57
评测时间
2023-11-17 15:57:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes