#46095: 有土地公加持的喔


1121232@stu.wghs.tp.edu.tw (Ian911436)

學校 : 臺北市私立薇閣高級中學
編號 : 258883
來源 : [60.248.154.143]
最後登入時間 :
2025-06-20 09:40:35

#include <bits/stdc++.h>
using namespace std;

int main() {
    cout << "     House     Color    Nation     Drink Cigarette       Pet" << endl;
    cout << "H1         4         9        15        20        23" << endl; 
    cout << "H2         5         8        11        17        24" << endl;
    cout << "H3         1         6        13        16        22" << endl;
    cout << "H4         2        10        12        19        25" << endl;
    cout << "H5         3         7        14        18        21" << endl;
    return 0;
}