Difference between C++(s)

Revision en2, by absi2011, 2018-07-16 13:05:22

I used cin and got TLE in Feb. 15th.

Then I test the

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

MS C++ Time limit exceeded on test 80 2000 ms 119000 KB

GNU C++17 Accepted 1356 ms 119000 KB

GNU C++14 Accepted 1326 ms 119000 KB

GNU C++11 Time limit exceeded on test 81 2000 ms 119000 KB

GNU C++ Accepted 1902 ms 119000 KB

GNU C++17 Diagnostics Time limit exceeded on test 11 2000 ms 151500 KB

MS C++ Time limit exceeded on test 81 2000 ms 119000 KB

MS C++(scanf) Accepted 421 ms 119000 KB

MS C++ Time limit exceeded on test 82 2000 ms 121000 KB

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)