提交时间:2026-01-04 15:27:19

运行 ID: 80683

#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<5; return 0; }