Needed help!

Правка en1, от _its.abhinav_, 2021-09-25 07:36:09

ios_base::sync_with_stdio(false); cin.tie(NULL);

I have serious doubt about the use of the above statement in my code. In one program I didn't use the above snippets and I got TLE just because of it 129767193. Whereas in another problem I have got TLE because of using the above line 129809522.

I am really confused about using this, please help me out.

Accepted solution: 129770079 129810599

Теги #tle, #cpp

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский _its.abhinav_ 2021-09-25 07:36:09 490 Initial revision (published)