Advertisement
Saleh127

CF 1426A

Sep 28th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. #define ll long long
  4. #define test int t; cin>>t; for(int cs=1;cs<=t;cs++)
  5. int main()
  6. {
  7. ios_base::sync_with_stdio(0);
  8. cin.tie(0);
  9. cout.tie(0);
  10. test
  11. {
  12. ll a,c,d,e,f,i,j,k,l;
  13.  
  14. cin>>a>>c;
  15. if(a<=2) cout<<1<<endl;
  16. else
  17. {
  18. cout<<2+(a-3)/c<<endl;
  19. }
  20.  
  21. }
  22. return 0;
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement