记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:10: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
  scanf("%d,&n");
          ^
/in/foo.c:17:2: error: expected '}' before 'else'
  else
  ^~~~
/in/foo.c: At top level:
/in/foo.c:20:2: error: expected identifier or '(' before 'return'
  return 0;
  ^~~~~~
/in/foo.c:21:1: error: expected identifier or '(' before '}' token
 }
 ^

信息

递交者
类型
递交
题目
A2-2 循环结构入门:斐波拉契数列
比赛
泰院2401程序设计基础作业赛第二场
语言
C
递交时间
2024-10-28 16:15:23
评测时间
2024-10-28 16:15:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes