Codeforces 476D Dreamoon and Sets 規律+構造
題目鏈接:點擊打開鏈接
題意:
輸出n組集合,每組4個。
對於任意一組中的4個元素,一組內任意2個數的gcd==k
且n組的所有數字各不相同。
要使得n組中最大的數字最小。
問:
輸出最大的那個數,並輸出n組的數字。
思路:
首先能得到,當把這組數字都/k,則任意兩個數互質。
然後就是規律:
1 2 3 5
7 8 9 11
對應+6
#include
#include
#include
#include
#include
#include