Compile Error

foo.cc: In function 'int main()':
foo.cc:25:5: error: redefinition of 'int main()'
 int main()
     ^~~~
foo.cc:17:5: note: 'int main()' previously defined here
 int main()
     ^~~~
foo.cc:31:15: error: 'walk' was not declared in this scope
         cout<<walk(n)<<endl;
               ^~~~
foo.cc:28:9: warning: unused variable 'm' [-Wunused-variable]
     int m=1;
         ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1233 2-4 攀登华山
语言
C++
递交时间
2021-08-09 16:42:50
评测时间
2021-08-09 16:42:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes