Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:7: error: 'a' was not declared in this scope
  cin>>a;
       ^
/in/foo.cc:9:7: error: 'b' was not declared in this scope
  cin>>b;
       ^
/in/foo.cc:10:7: error: 'c' was not declared in this scope
  cin>>c;
       ^
/in/foo.cc:16:2: error: expected primary-expression before 'else'
  else
  ^~~~
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1251 A 等比数列
 - 语言
 - C++
 - 递交时间
 - 2021-06-02 15:25:24
 - 评测时间
 - 2021-06-02 15:25:24
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes