提交时间:2025-12-05 15:27:29
运行 ID: 75175
#include <bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<6; return 0; }