/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:34:2: error: expected ';' before 'int'
  int j=1;
  ^~~
/in/foo.c:35:8: error: 'j' undeclared (first use in this function)
  for ( j=1 ;j<n-1 ;j++)
        ^
/in/foo.c:35:8: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:16:7: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
  char ch='i';
       ^~

信息

递交者
类型
自测
题目
P1097 合并果子
语言
C
递交时间
2017-11-10 12:30:39
评测时间
2017-11-10 12:30:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes