2018年3月31日

暴力求解

摘要: #include <cstdio>#include <cstring>#include <algorithm>using namespace std;bool com(char a, char b){ return a>b;}char ans[11]="9876543210";char s[11]; 阅读全文

posted @ 2018-03-31 21:43 YYhan 阅读(76) 评论(0) 推荐(0)

导航