windows of ccpc

#include <stdio.h> #include <math.h> void f(int n, int s, int t) { if(n==2) { if(t==1) { if(s==1) printf("CC"); else printf("PC"); } else { if(s==1) p
相關文章
相關標籤/搜索