|  | 
|  | 
| вернуться в форум | Hint for C++ If you use C++, use scanf and printf instead of cin and cout.When my programm work with cin and cout 1.2s, when i replace them on scanf and printf programm work 0.6s!!!:)
Re: Hint for C++ Послано Yerlan  29 дек 2012 23:2710x so much! )Re: Hint for C++ Послано tqti  13 окт 2013 22:02ios::sync_with_stdio(false);make it faster;
Re: Hint for C++ Послано asdvv  29 июн 2014 10:50but i use "cin" and "ios::sync_with_stdio(false);"it also TLE
 then replace with "scanf", it AC...
 i can't find the reason...
 | 
 | 
|