Difference between C++(s)

Revision en9, by absi2011, 2018-07-17 08:12:17

I used cin and got TLE in Feb 15th.

Then I test the scanf and got Accepted.

I found it interesting that different C++ get different verdict with cin.

Several times of MS C++ because I found interesting of it TLE on different test.

My Submissions on 932D - Tree with submissions 40405924 (Code is same, Language is different)

MS C++ Time limit exceeded on test 80

GNU C++17 Accepted 1356 ms

GNU C++14 Accepted 1326 ms

GNU C++11 Time limit exceeded on test 81

GNU C++ Accepted 1902 ms

GNU C++17 Diagnostics Time limit exceeded on test 11

MS C++ Time limit exceeded on test 81

MS C++(scanf) Accepted 421 ms

MS C++(Submit on Feb 15th) Time limit exceeded on test 82

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en9 English absi2011 2018-07-17 08:12:17 4 Tiny change: '*GNU C++17** Diagnostics Time limi' -> '*GNU C++17 Diagnostics** Time limi'
en8 English absi2011 2018-07-16 13:14:29 205
en7 English absi2011 2018-07-16 13:10:58 4 Tiny change: 'd on test 80\n\n**GNU ' -> 'd on test **80**\n\n**GNU '
en6 English absi2011 2018-07-16 13:10:19 0 Tiny change: 'n**GNU C++ ** **Acce' -> 'n**GNU C++** **Acce' (published)
en5 English absi2011 2018-07-16 13:10:06 1 Tiny change: 'n**GNU C++ ** **Acce' -> 'n**GNU C++** **Acce' (saved to drafts)
en4 English absi2011 2018-07-16 13:09:53 72
en3 English absi2011 2018-07-16 13:07:16 226
en2 English absi2011 2018-07-16 13:05:22 18
en1 English absi2011 2018-07-16 13:04:53 756 Initial revision (published)