记录详情

Compile Error

/in/foo.cc: In function 'long long int foo()':
/in/foo.cc:10:2: error: 'sync_with' is not a member of 'std::ios {aka std::basic_ios<char>}'
  ios::sync_with - stdio(0), cin.tie(0), cout.tie(0);
  ^~~
/in/foo.cc:10:26: error: 'stdio' was not declared in this scope
  ios::sync_with - stdio(0), cin.tie(0), cout.tie(0);
                          ^
/in/foo.cc:51:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < result.length(); i++)
                     ~~^~~~~~~~~~~~~~~~~

信息

递交者
类型
自测
语言
C++
递交时间
2024-04-09 17:40:21
评测时间
2024-04-09 17:40:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes