#include #include #include #include #include #include using namespace std; #define int long long #define endl "\n" const long long INF = (long long)1e18; const long long MOD = 1'000'000'007; string yn(bool f){return f?"Yes":"No";} string YN(bool f){return f?"YES":"NO";} signed main(){ cin.tie(nullptr); ios::sync_with_stdio(false); cout<>Q; for(int i = 0; i < Q; i++){ int A, B, C; int a = 0, b = 0; int con = 0; vector temp; bool f = true; cin>>A>>B>>C; // a = A; if(C == 1){ cout<= C){ // con++; // b = 0; // } temp.push_back(A%C); // hoge.push_back(A%C); // a = b*C; A /= C; con++; } // for(int i = temp.size()-1; i >= 0; i--){ // b = temp[i]; // if(a+b>=C){ // con++; // b = 0; // } // if(i == 0 && a) // a = b*C; // } con--; if(temp.size() >= 2){ if(temp.back()*C + temp[temp.size()-2] < C*2 && temp[temp.size()-2]){ con--; } } // if(a+b){ // con++; // b = 0; // } cout<