PHTINH - Phép toán lớp 3

View as PDF

Submit solution

Points: 1.00 (partial)
Time limit: 1.0s
Memory limit: 256M

Author:
Problem type
Allowed languages
C, C#, C++, Go, Java, Pascal, Perl, PHP, Python, Ruby, Rust, Scratch, Swift

Nhập vào 3 số nguyên ~a, b, c~. In ra ~(a - b) * c~

Input

3 số nguyên ~a, b, c~ cách nhau 1 dấu cách.

Giới hạn

~ |a|, |b|, |c| \le 100~

Output

In ra 1 số nguyên là đáp án

Sample

Input #1
3 4 5
Output #1
-5

Comments

Please read the guidelines before commenting.



  • 0
    longmai  commented on Oct. 24, 2024, 10:55 a.m.

    code cho ai ko mún làm #include <iostream>

    include <algorithm>

    using namespace std;

    int main() { long long a,b,c; cin>>a>>b>>c; cout<<(a-b)*c;

    return 0;
    

    }


  • 0
    quang_bt  commented on Oct. 21, 2024, 2:07 p.m.

    Bài này quả thật siêu khó :))


  • 0
    super_god  commented on Oct. 8, 2024, 2:50 a.m.

    hello ae


  • 1
    ______  commented on Oct. 5, 2024, 8:00 a.m.

    sài lưỡi để code bài này cũng dc=)))


  • 0
    hoanganhh05  commented on June 4, 2024, 5:29 p.m.

    sao lại có bài này


  • 5
    minhducyl156  commented on May 23, 2024, 9:18 a.m.

    cười cũng làm được bài này:))


  • 3
    255NightFury  commented on Nov. 9, 2023, 1:54 p.m.

    bài này khó quá!