Compile Error

/in/foo.cc:9:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
/in/foo.cc:9:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^~~~~~~
/in/foo.cc:11:11: error: redefinition of 'const int a'
 const int a=190;
           ^
/in/foo.cc:3:11: note: 'const int a' previously defined here
 const int a=190;
           ^
/in/foo.cc:12:11: error: redefinition of 'const int b'
 const int b=8;
           ^
/in/foo.cc:4:11: note: 'const int b' previously defined here
 const int b=8;
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:5: error: redefinition of 'int main()'
 int main()
     ^~~~
/in/foo.cc:5:5: note: 'int main()' previously defined here
 int main()
     ^~~~

信息

递交者
类型
递交
题目
P1009 分书
语言
C++
递交时间
2023-09-22 15:56:33
评测时间
2023-09-22 15:56:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes