Идёт турнир! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
imesecan | 27.сен.2015 в 16:13:37 | |
0 | -- Test 1 --- 4 3
--- Pattern --- 81
|
imesecan | 01.окт.2015 в 14:39:02 | |
1 | -- Test 5 --- 8 9
--- Pattern --- 43046721
|
imesecan | 25.мая.2017 в 14:23:11 | |
2 | If you use pow function, the output is double with a precision. This causes precision error for large numbers. When the expected output is integer, it's better to use integer calculation (using loops).
Pay attention that the number may exceed the integer limit
|
|