摘要: 1 #include <cstring> 2 #include <iostream> 3 #include <algorithm> 4 using namespace std; 5 int book[10]; 6 char num[22], result[22]; 7 int main() 8 { 阅读全文
posted @ 2020-02-16 21:15 Lithium2020 阅读(146) 评论(0) 推荐(0)