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
very ez
😀😀😀
dễ mà
"""Sao ko c++""" """Xai linux ma cx chang xai python =)""" a=int(input()) b=int(input()) c=int(input())
if a<b: if b<c: print(a+c) else: if a>c: print(b+c) else: print(b+a) else: if b>c: print(a+c) else: if a>c: print(a+b) else: print(c+b)
bài này khó quá ạ, làm sao vậy mn?
Mình nhập 3 biến a,b,c vào rồi print(max(a,b,c) + min(a,b,c))
Sử dụng lệnh này: kq=min(lst)+max(lst) với lst là list chứa a,b,c
Chúng ta chỉ cần nhập ba giá trị đó vào, rồi tạo list chứa ba biến a,b,c xong rồi print ra kết quả thôi
ezsy
cho mình xem mã code đi
a=int(input()) b=int(input()) c=int(input()) print(max(a,b,c)+min(a,b,c))
.
dễ quá đi
fish
quá dễ 0/5 :>
Dễ mà
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.
This comment is hidden due to too much negative feedback. Show it anyway.
áp dụng cho scratch
Khi bấm vào lá cờ xanh Đặt i thành 2 Đặt j thành 1 Đặt N thành 0 xóa tất cả trong liệt kê danh sách hỏi Nhập số N Đăt N thành trả lời Lặp lại N Thêm phần tử thứ j vào trong danh sách Đặt j thành j+i thay đổi i một lượng 1 Nói Phần tử thứ n của danh sách
dễ mà
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.