ACM 算法競賽入門級模板 ------ (比賽技巧工具)

1、文本輸入、輸出 void fre(){ freopen("C:\\Users\\acm\\Desktop\\輸入文本.txt", "r", stdin); freopen("C:\\Users\\acm\\Desktop\\輸出文本.txt", "w", stdout); } //注意都是雙\ 2、數組去重 Eg:1 2 2 3 4 =》 1 2 3 4 2 int b[N]; so
相關文章
相關標籤/搜索