Rentib

Untitled

Mar 18th, 2020
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. int main(){
  4. ios_base::sync_with_stdio(0);
  5. cin.tie(0);
  6. int a, b, c, d;
  7. string s;
  8. char z;
  9. cin >> s >> a >> z >> b >> z >> c >> z >> d;
  10. cout << d + 12 * c + 20 * 12 * b + 100 * 20 * 12 * a;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment