摘要: 数组简单模拟一下基本思想#include #include #include using namespace std ;int arr[100] ;int n ;void qsort(int left,int right){ if(left>right) return ; ... 阅读全文
posted @ 2014-12-17 19:11 emoji 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std ;int a[100] = {1} ;//int a[25] ;bool vst[100] ;int n ;bool isPrime(int m){ if(mk) re... 阅读全文
posted @ 2014-12-17 00:19 emoji 阅读(154) 评论(0) 推荐(0) 编辑