/ JMU /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:15:12: error: expected expression before ')' token
   putchar(*);
            ^
/in/foo.c:20:25: error: expected expression before ')' token
   if (i != 0){ putchar(*); }
                         ^
/in/foo.c:22:3: error: 'ch' undeclared (first use in this function)
   ch++;
   ^~
/in/foo.c:22:3: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:31:12: error: expected expression before ')' token
   putchar(*);
            ^
/in/foo.c:36:26: error: expected expression before ')' token
   if (i != 0) { putchar(*); }
                          ^
/in/foo.c:5:13: warning: unused variable 'k' [-Wunused-variable]
  int n, i,j,k;
             ^

信息

递交者
类型
递交
题目
P1000 打印菱形
语言
C
递交时间
2019-10-14 15:32:07
评测时间
2019-10-14 15:32:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes