摘要:
#include#includeusing namespace std;int a[] = {10,670,55252,4816030,432457640};int main(){ int num; cin>>num; cout<<a[num/2-1]<<endl;} 阅读全文
摘要:
#include using namespace std;int main(){ //freopen("acm.acm","r",stdin); int test; int n; int t; int m; int odd; int mul; int ... 阅读全文
摘要:
#include#include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); int min; int max; int tem; string s1; string... 阅读全文
摘要:
#include #include #define MAXN 205using namespace std;char _m[MAXN][MAXN];char tem[MAXN][MAXN];bool cmp(char a,char b);int r;int c;void fun();bool cmp... 阅读全文
摘要:
#include#include#includeusing namespace std;int _pow(int,int);int main(){ //freopen("acm.acm","r",stdin); int num; int temp; int k; in... 阅读全文
摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 6 int poo[10]; 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 memset(poo,0,s... 阅读全文
摘要:
#include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); int i; int s; int d; int num; cin>>num; while... 阅读全文
摘要:
#include#includeusing namespace std;int compare(void const *,void const *);int main(){ //freopen("acm.acm","r",stdin); int * p; int t_num; ... 阅读全文