记录详情

Compile Error

foo.c: In function 'way1':
foo.c:23:10: error: expected expression before ';' token
   count+=;
          ^
foo.c: In function 'way2':
foo.c:41:2: error: expected ',' or ';' before 'for'
  for(i=1;i<=x2;i++)
  ^~~
foo.c:41:11: warning: statement with no effect [-Wunused-value]
  for(i=1;i<=x2;i++)
          ~^~~~
foo.c:41:19: error: expected ';' before ')' token
  for(i=1;i<=x2;i++)
                   ^
foo.c:41:19: error: expected statement before ')' token
foo.c:44:4: error: break statement not within loop or switch
    break;
    ^~~~~
foo.c: In function 'main':
foo.c:11:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
6-3 上楼梯的走法
比赛
2021(四) 作业第二场:见面赛
语言
C
递交时间
2021-10-30 22:10:54
评测时间
2021-10-30 22:10:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes