Compile Error

foo.cc: In function ‘bool cmp(Node, Node)’:
foo.cc:10:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
   10 |         return x.num<y.num||x.num==y.num&&x.id<y.id;
      |                             ~~~~~~~~~~~~^~~~~~~~~~~
foo.cc: In function ‘int main()’:
foo.cc:35:14: error: ‘sync_with_stadio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
   35 |         ios::sync_with_stadio(false);
      |              ^~~~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P2433 插入排序
语言
C++
递交时间
2025-07-19 13:33:14
评测时间
2025-07-19 13:33:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes