Compile Error
/in/foo.c: In function 'main':
/in/foo.c:9:2: error: 'else' without a previous 'if'
else if(n<2){
^~~~
/in/foo.c:25:15: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
printf("%ld",result);
^
信息
- 递交者
- 类型
- 递交
- 题目
- stairs
- 语言
- C
- 递交时间
- 2020-03-09 22:05:44
- 评测时间
- 2020-03-09 22:05:44
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes