Tìm max ba số nguyên


Submit solution

Points: 1 (partial)
Time limit: 10.0s
Memory limit: 20M

Problem type
Allowed languages
C++, Python

Cho ba số nguyên \(a, b, c\) đọc vào từ bàn phím. Hãy tìm giá trị lớn nhất của ba số trên và in ra kết quả ra màn hình. Ví dụ

Input:
1 2 3
Outnput:
3

Comments

There are no comments at the moment.