Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
Python, Scratch
Comments
Sao mấy bài dễ dễ như thế này lại không được sài pascal hay C++ nhỉ buồn ghê:((
dễ quá,hs lớp 5 làm được luôn
uk
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
dễ nhỉ
dễ nhỉ, 2 dòng
aaaaaaaaaaa tại sao lại không được dùng free pascal!
tinhtongmmb
code python a = int(input()) b = int(input()) c = int(input()) print(max(a,b,c)+min(a,b,c)) nhớ xuống hàng sau khoảng trắng
This comment is hidden due to too much negative feedback. Show it anyway.
Bạn có thể dùng hàm
min()
vàmax()
để tìm số lớn nhất và bé nhất của dãy số mà. (python 3.10
)