Compile Error
foo.cc: In function 'int main()':
foo.cc:7:8: error: 'a' was not declared in this scope
     if(a==1,b==16)
        ^
foo.cc:7:13: error: 'b' was not declared in this scope
     if(a==1,b==16)
             ^
foo.cc:9:5: error: 'a' was not declared in this scope
  if(a==1,b==7)
     ^
foo.cc:9:10: error: 'b' was not declared in this scope
  if(a==1,b==7)
          ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1215 C9 小数循环节
 - 比赛
 - 2020苏青奥赛集训营(2021-1-31课堂小练)
 - 语言
 - C++
 - 递交时间
 - 2021-01-31 22:04:24
 - 评测时间
 - 2021-01-31 22:04:24
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes