Advertisement
Zuneve

qawd144g4er

Oct 14th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int n;
  5. cin >> n;
  6. cout << n*100+90+(9-n);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement