(二進制貪心)ZOJ - 3987 Numbers

題意 :將值爲 n 的數分解成 m 個數的和,並且使這 m 個數的 or 值最小。 題解 :見代碼 import java.math.*; import java.util.*; public class Main{ public static void main(String[] args) { // TODO Auto-generated method stub Scanner
相關文章
相關標籤/搜索