记录详情

Compile Error

foo.cc:23:2: error: stray '#' in program
   23 | }#include <iostream>
      |  ^
foo.cc:23:3: error: 'include' does not name a type
   23 | }#include <iostream>
      |   ^~~~~~~
foo.cc:26:5: error: redefinition of 'int main()'
   26 | int main()
      |     ^~~~
foo.cc:4:5: note: 'int main()' previously defined here
    4 | int main()
      |     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1013 10个数中最大值和最小值
语言
C++
递交时间
2023-11-10 22:43:29
评测时间
2023-11-10 22:43:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes