Accepted
/in/foo.c: In function 'main':
/in/foo.c:7:10: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 if(k == 1,n ==2)
          ^
/in/foo.c:9:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 else if(k ==2,n ==3)
              ^
/in/foo.c:11:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  else if(k ==2,n==5)
               ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-2 斐波那契数列的和
 - 比赛
 - 2021年新生赛第二场
 - 语言
 - C
 - 递交时间
 - 2021-08-29 20:43:17
 - 评测时间
 - 2021-08-29 20:43:17
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 3ms
 - 峰值内存
 - 276.0 KiB