#26004: 換行用 cout << endl; 會超時,要用 cout << "\n";


wubaie (小億)


換行用 cout << endl; 會超時,要用 cout << "\n";

 
#26030: Re:換行用 cout << endl; 會超時,要用 cout << "\n";


vic20050418@gmail.com (Wen Vic)


換行用 cout << endl; 會超時,要用 cout << "\n";

 


C++的各位

並且加上I/O優化

詳細自己GOOGLE

ios_base::sync_with_stdio(false);

cin.tie(0);

 

 
#35573: Re: 換行用 cout << endl; 會超時,要用 cout << "\n";


buanyz03 (張晁瑋)


換行用 cout << endl; 會超時,要用 cout << "\n";

 


根本不能用cin cout 會超時