摘要: #include <iostream> #include<algorithm> using namespace std; string s[1000000]; int num[9] = {1,2,3,4,5,6,7,8,9}; int main() { int x; cin >> x; if (x 阅读全文
posted @ 2021-09-27 21:27 云鲸啊 阅读(87) 评论(0) 推荐(0)