摘要: #include <bits/stdc++.h> using namespace std; void MAIN(); int main(){ int n; while(1){ MAIN(); cin>>n; char time[10],cata[50],a,b; switch(n){ case 1: 阅读全文
posted @ 2023-12-30 09:11 王一行(小号) 阅读(20) 评论(0) 推荐(0)