记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:18: error: expected ')' before '\U0000ff09'
    4 | for (i=1;i<=5;i++){
      |     ~            ^~
      |                  )
foo.c:4:1: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
    4 | for (i=1;i<=5;i++){
      | ^~~
foo.c:4:1: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
foo.c:9:1: error: expected declaration or statement at end of input
    9 | }
      | ^
foo.c:3:7: warning: unused variable 'j' [-Wunused-variable]
    3 | int i,j;
      |       ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1004 输出图形
语言
C
递交时间
2023-08-09 03:19:53
评测时间
2023-08-09 03:19:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes