Tuổi của Bằng


Submit solution

Points: 1
Time limit: 1.0s
Memory limit: 10M

Author:
Problem type
Allowed languages
Ada, Assembly, Awk, C, C++, C11, CLANG, CLANGX, Classical, COBOL, Coffee, CSC, D lang, DART, F95, FORTH, Fortrn, GAS32, GO, Haskell, Itercal, Java, kotlin, LEAN, LISP, LUA, MONOVB, Nasm, OCAML, Pascal, Perl, php, PIKE, prolog, Pypy, Python, Ruby 2, RUST, Scala, SCM, SED, SWIFT, TCL, TUR, V8JS, VB, ZIG

Ly năm nay a tuổi, sau b năm nữa thì tuổi Bằng sẽ gấp c lần tuổi Ly. Xác định tuổi của Bằng năm nay.

Input:

  • Dòng duy nhất gồm 3 số nguyên a,b,c.

Output:

  • Tuổi của Bằng năm nay

Example:

Input:

1 2 3

Output:

7

Comments

There are no comments at the moment.