第四次周賽

A - Overturned Numbers URAL - 2031 思路:先列舉1-99全部符合題意的數,翻轉後排序,以後判斷是否有符合n的連續序列,符合的話翻轉(按翻轉前從大到小的順序!!!)輸出。ios #include <iostream> #include <algorithm> #include <cstring> using namespace std; int p[99]; /
相關文章
相關標籤/搜索