关于 unsigned int 比较大小2024-01-22 17:34:58unsigned int 的所有数都是 >=0 的。比如 unsigned int 的 -2 也是 > 0 的,所以不能用自己常用的 upt( ) { if( x<0 ) x+=mod ; } 这样。上一篇:bzoj 1877: [SDOI2009]晨跑 (网络流)下一篇:POJ3680_Intervals