#include<bits/stdc++.h> using namespace std; int main(){ int day; int n; for(int i=1;i<=n;i++){ cin>>day; } }
做这么点就卡住了