Compile Error

foo.cc: In function 'int main()':
foo.cc:49:11: error: a function-definition is not allowed here before '{' token
 int main(){
           ^
foo.cc:48:5: warning: unused variable 'a' [-Wunused-variable]
 int a[10000],b[10000],k=0,l=0,n,m; 
     ^
foo.cc:48:14: warning: unused variable 'b' [-Wunused-variable]
 int a[10000],b[10000],k=0,l=0,n,m; 
              ^
foo.cc:48:23: warning: unused variable 'k' [-Wunused-variable]
 int a[10000],b[10000],k=0,l=0,n,m; 
                       ^
foo.cc:48:27: warning: unused variable 'l' [-Wunused-variable]
 int a[10000],b[10000],k=0,l=0,n,m; 
                           ^
foo.cc:48:31: warning: unused variable 'n' [-Wunused-variable]
 int a[10000],b[10000],k=0,l=0,n,m; 
                               ^
foo.cc:48:33: warning: unused variable 'm' [-Wunused-variable]
 int a[10000],b[10000],k=0,l=0,n,m; 
                                 ^
foo.cc:137:1: error: expected '}' at end of input
 }
 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1054 A10-3 数组的去重
比赛
初二国庆庆祝赛
语言
C++
递交时间
2021-10-01 19:40:11
评测时间
2021-10-01 19:40:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes