Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:2: error: incomplete type 'std::ios {aka std::basic_ios<char>}' used in nested name specifier
  ios::sync_with_stdio(false);
  ^~~
/in/foo.cc:14:2: error: 'cin' was not declared in this scope
  cin>>x0>>yo;
  ^~~
/in/foo.cc:22:2: error: 'cout' was not declared in this scope
  cout<<cnt;
  ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1131 最小公倍数和最大公约数问题
 - 语言
 - C++
 - 递交时间
 - 2018-09-19 17:51:08
 - 评测时间
 - 2018-09-19 17:51:08
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes