记录详情

Compile Error

foo.c:6:2: error: stray '#' in program
    6 | }#include <stdio.h>
      |  ^
foo.c:6:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
    6 | }#include <stdio.h>
      |           ^
foo.c:28:5: error: redefinition of 'main'
   28 | int main() {
      |     ^~~~
foo.c:3:5: note: previous definition of 'main' with type 'int()'
    3 | int main()
      |     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
3-4 颠倒单词
比赛
2023 程序设计与竞赛(作业6:走向综合)
语言
C
递交时间
2023-10-28 19:38:53
评测时间
2023-10-28 19:38:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes