Compile Error
/in/foo.cc: In function 'int isRunNian(int)':
/in/foo.cc:18:4: error: 'a' was not declared in this scope
    a = 0;
    ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:9: error: 'a' was not declared in this scope
     if (a == 1){
         ^
/in/foo.cc: In function 'int isRunNian(int)':
/in/foo.cc:21:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1049 闰宝宝的棒棒糖
 - 语言
 - C++
 - 递交时间
 - 2020-05-25 14:23:15
 - 评测时间
 - 2020-05-25 14:23:15
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes