| 
 | 
вернуться в форумIf WA6 Послано  zerumi 21 июл 2024 23:42 Try not to use double, probably there is something like ceil(log(n)) = ceil(1.000000000000000000000001) = 2.0   Also in test 6 N is greater than 1.000.000.   I used Int and Float data types and got AC  |  
  | 
|