Advertisement
Saleh127

cf 1051B

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