/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:11:6: error: 'i' undeclared (first use in this function)
  for(i=1;i<=12;i++){
      ^
/in/foo.c:11:6: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:6:16: warning: variable 'b' set but not used [-Wunused-but-set-variable]
  int *h,*s,*a,*b;
                ^
/in/foo.c:6:10: warning: variable 's' set but not used [-Wunused-but-set-variable]
  int *h,*s,*a,*b;
          ^

信息

递交者
类型
递交
题目
P1096 津津的储蓄计划
语言
C
递交时间
2020-04-01 19:44:54
评测时间
2020-04-01 19:44:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes