Tìm max bốn số nguyên


Submit solution

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

Problem type
Allowed languages
C++, Python

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

Input:
1 2 3 4
Outnput:
4

Comments

There are no comments at the moment.