摘要: #include<iostream> #include<cstring> using namespace std; int main(){ char month[][10] = {"pop","no","zip","zotz","tzec", "xul","yoxkin","mol","chen", 阅读全文
posted @ 2021-11-07 15:57 智人心 阅读(39) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<string> #include<algorithm> using namespace std; string data[105]; int data_num[105]; int nixushu(string 阅读全文
posted @ 2021-11-07 14:21 智人心 阅读(49) 评论(0) 推荐(0)