Идёт турнир! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
imesecan | 16.июля.2015 в 11:52:03 | |
0 | --- Test Case 1 --- 7 8 9
--- Pattern --- 4
|
imesecan | 17.ноя.2015 в 13:28:53 | |
1 | a is the number and b is the power for example 5^3 is possible and it means 5*5*5,
you should calculate modulus operation on every step (5*5 % k) * 5%k... etc.
Test Case 5: ---------- input.txt ---------- 50 34 31
---------- pattern.txt ---------- 28
|
|