Submit solution

Points: 200.00 (partial)
Time limit: 3.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho số nguyên dương n và k. Yêu cầu: Hãy tìm số nguyên x sao cho ~k^x~ = n Dữ liệu vào: Hai số nguyên lần lượt là n và k cách nhau một dấu cách. Giới hạn:

  • 0 < n ≤ ~10^{18}~
  • 0 ≤ k
  • Dữ liệu vào luôn có kết quả và kết quả là duy nhất Kết quả: Một số nguyên duy nhất là giá trị của x
Ví dụ:
Input 1:
1024 2
Output 1:
10

Comments

Please read the guidelines before commenting.



  • -1
    ILovveyyou  commented on Sept. 28, 2022, 11:25 a.m.

    test 18 bị sidaaaaa àaaaaaa


    • -1
      anhtuan2007  commented on Sept. 28, 2022, 1:24 p.m.

      lmao


    • -1
      maingocnhat  commented on Sept. 28, 2022, 12:15 p.m.

      cout << 10 :))))


      • 0
        ngohuytin007  commented on Nov. 14, 2022, 8:45 a.m.

        có full test đou :((


      • -1
        ILovveyyou  commented on Sept. 28, 2022, 12:23 p.m.

        À full r ảo thật đấy


      • -1
        ILovveyyou  commented on Sept. 28, 2022, 12:18 p.m.

        Why :))?


    • -1
      nguyentuankietntk123  commented on Sept. 28, 2022, 12:04 p.m.

      ÝE


      • 0
        maingocnhat  commented on Sept. 28, 2022, 12:09 p.m.

        thấy bình thường mà


  • -1
    QuangHuyyyyyyyyyyyyy  commented on Oct. 10, 2020, 7:58 a.m.

    include<bits/stdc++.h>

    using namespace std; int main() { long long n,a,dem; cin>>n>>a; dem=0; while (n>1) { n=n/a; dem++; } cout<<dem; }


  • -2
    trungthanh1337  commented on Oct. 10, 2020, 7:53 a.m. edited

    ;


  • -2
    trungthanh1337  commented on Oct. 10, 2020, 7:51 a.m. edited

    ;