Bài tập 317

View as PDF

Submit solution

Points: 200.00 (partial)
Time limit: 0.2s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 3 số nguyên ~n,m,k~. Nếu ba số này theo thứ tự nhập vào tạo thành một cấp số cộng thì tăng gấp đôi mỗi số, trong trường hợp ngược lại thì giảm mỗi số một đơn vị.

Dữ liệu vào: Các số nguyên ~n,m,k~

Giới hạn: −~10^6~ ≤ ~n,m,k~ ≤ ~10^6~

Kết quả: Giá trị mới của ~n,m,k~

Ví dụ:
Input 1:
1909 941 50
Output 1:
1908 940 49

Comments

Please read the guidelines before commenting.



  • 0
    anhtuan2007  commented on Sept. 1, 2022, 11:02 a.m.

    iloveamelia