/ OPS /

记录详情

Compile Error

/in/foo.cc:58:3: error: stray '#' in program
   58 | } #include<bits/stdc++.h>
      |   ^
/in/foo.cc:58:4: error: 'include' does not name a type
   58 | } #include<bits/stdc++.h>
      |    ^~~~~~~
/in/foo.cc:60:8: error: redefinition of 'struct cham'
   60 | struct cham{
      |        ^~~~
/in/foo.cc:3:8: note: previous definition of 'struct cham'
    3 | struct cham{
      |        ^~~~
/in/foo.cc:64:6: error: redefinition of 'bool cmp1(cham, cham)'
   64 | bool cmp1(struct cham x,struct cham y){
      |      ^~~~
/in/foo.cc:7:6: note: 'bool cmp1(cham, cham)' previously defined here
    7 | bool cmp1(struct cham x,struct cham y){
      |      ^~~~
/in/foo.cc:67:6: error: redefinition of 'bool cmp2(cham, cham)'
   67 | bool cmp2(struct cham x,struct cham y){
      |      ^~~~
/in/foo.cc:10:6: note: 'bool cmp2(cham, cham)' previously defined here
   10 | bool cmp2(struct cham x,struct cham y){
      |      ^~~~
/in/foo.cc:72:5: error: redefinition of 'int main()'
   72 | int main(){
      |     ^~~~
/in/foo.cc:15:5: note: 'int main()' previously defined here
   15 | int main(){
      |     ^~~~

信息

递交者
类型
递交
题目
P1407 竞赛排名
语言
C++
递交时间
2024-05-17 16:25:14
评测时间
2024-05-17 16:25:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes