Advertisement
RusSimona

ex89 pag63

Apr 9th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include<iostream>
  2. #include<iomanip>
  3. #include<cmath>
  4. using namespace std;
  5. int main()
  6. {
  7. int a;
  8. cin>>a;
  9. cout<<floor(a);
  10. cout<<" ";
  11. cout<<floor(a)+1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement