讀入優化

scanf比cin快 但有比scanf更快的 當你cin這樣的時候 就要改用scanf 要更快 快讀 #include<iostream> using namespace std; void read(int &x){ char s=getchar();int f=1;x=0; while('0'>s||s>'9'){if(s=='-')f=-1;s=getchar();}
相關文章
相關標籤/搜索