Compile Error

/in/foo.cc:6:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
/in/foo.cc:6:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:5: error: redefinition of 'int main()'
 int main( )
     ^~~~
/in/foo.cc:3:5: note: 'int main()' previously defined here
 int main()
     ^~~~
/in/foo.cc:11:2: error: 'cin' was not declared in this scope
  cin>>a>>b>>c;
  ^~~
/in/foo.cc:15:4: error: 'cout' was not declared in this scope
    cout<<b;
    ^~~~
/in/foo.cc:17:4: error: 'cout' was not declared in this scope
    cout<<c;
    ^~~~
/in/foo.cc:22:4: error: 'cout' was not declared in this scope
    cout<<a;
    ^~~~
/in/foo.cc:24:4: error: 'cout' was not declared in this scope
    cout<<c;
    ^~~~

信息

递交者
类型
递交
题目
P2344 1.4.15:最大数输出
语言
C++
递交时间
2024-03-05 20:38:48
评测时间
2024-03-05 20:38:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes