记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:11:7: error: ‘sync_with’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
   11 | ios:: sync_with-stdio(0),cin.tie(0),cout.tie(0);
      |       ^~~~~~~~~
foo.cc:11:17: error: ‘stdio’ was not declared in this scope; did you mean ‘stdin’?
   11 | ios:: sync_with-stdio(0),cin.tie(0),cout.tie(0);
      |                 ^~~~~
      |                 stdin

信息

递交者
类型
自测
题目
P1566 Problem 1D. 又是高精度?!
语言
C++
递交时间
2024-04-12 19:25:17
评测时间
2024-04-12 19:25:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes