Hack --about string

Правка en2, от I_m_sfg, 2023-08-27 22:56:46

--if the question constraints is 10^18 and input is given in digit then never use stoi,atoi,or any kind of string into digit number because it gives always tle.

--Never Use stoi,atoi with to_string it also give tle .I wasted 1 hr to solve this problem.......so don't do that...and

Happy journey to _____ to master.

Теги c++, string, stoi, c++11

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский I_m_sfg 2023-08-27 22:56:46 4 Tiny change: 'ays tle.\n--Never ' -> 'ays tle.\n\n\n--Never '
en1 Английский I_m_sfg 2023-08-27 22:56:17 338 Initial revision (published)