2016年8月17日
摘要: Radar Installation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 76641 Accepted: 17158 Description Assume the coasting is an infinite str 阅读全文
posted @ 2016-08-17 15:30 wastonl 阅读(222) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int a[10]={0,1,2,3,4,5,6,7,8,9}; const int n=10; int main() { /* 当n=3时,那么有集合0,1,2,01,02,12,012七种情况 i=1时 001只选择最后一位 i=2时 010只选择第二位 ... 阅读全文
posted @ 2016-08-17 09:39 wastonl 阅读(228) 评论(0) 推荐(0)