提交时间:2026-06-19 16:27:00
运行 ID: 91928
#include <bits/stdc++.h> using namespace std ; int main() { cout << "1 2\n1 3\n2 3\n" ; return 0 ; }