记录详情

Compile Error

foo.c:2:11: error: stray '\357' in program
    2 | int main ()
      |           ^
foo.c:2:12: error: stray '\274' in program
    2 | int main ()
      |            ^
foo.c:2:13: error: stray '\211' in program
    2 | int main ()
      |             ^
foo.c:3:1: error: expected declaration specifiers or '...' before '{' token
    3 | {
      | ^
foo.c:4:9: error: stray '\357' in program
    4 |  int a[],b[];
      |         ^
foo.c:4:10: error: stray '\274' in program
    4 |  int a[],b[];
      |          ^
foo.c:4:11: error: stray '\214' in program
    4 |  int a[],b[];
      |           ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
A9-7 数组中所有极大值
语言
C
递交时间
2021-12-24 00:10:12
评测时间
2021-12-24 00:10:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes