TLE in GNU C11, AC in GNU G++ 14
Разница между en1 и en2, 8 символ(ов) изменены
I was wondering why the exact same code↵

https://codeforces.net/contest/833/submission/53432006 ↵

gets a TLE on test 8 when submitted in C11 but↵

https://codeforces.net/contest/833/submission/5343
20061981

gets AC when submitted in G++14. Does the C++ compiler optimize the operations or something? If I'm not wrong the complexity of this solution should be O(n log max(a*b)) (I assumed the complexity of cuberoot is log n, I don't actually know what it is). 

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Hyperlink_Blocked 2019-04-27 20:12:22 8 Initial revision
en1 Английский Hyperlink_Blocked 2019-04-27 20:02:40 495 Initial revision (published)