Compile Error
/in/foo.cc:35:2: error: #endif without #if
 #endif
  ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:20:1: error: incomplete type 'std::ios {aka std::basic_ios<char>}' used in nested name specifier
 ios::sync_with_stdio(false);
 ^~~
/in/foo.cc:23:1: error: 'cin' was not declared in this scope
 cin>>n;
 ^~~
/in/foo.cc:32:1: error: 'cout' was not declared in this scope
 cout<<ans;
 ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 偷拍硕哥2
 - 语言
 - C++
 - 递交时间
 - 2021-02-13 20:43:30
 - 评测时间
 - 2021-02-13 20:43:30
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes