alex326

Untitled

Jan 21st, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. problema 209
  2.  
  3. #include <iostream>
  4. using namespace std;
  5. int main()
  6. {
  7. int m;
  8. cin >> m;
  9. cout << m / 100 * 10 + m % 10;
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment