Submit solution
Points:
1.00 (partial)
Time limit:
1.0s
Memory limit:
1G
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch
In case the statement didn't load correctly, you can download the statement here: Statement
Comments
https://ideone.com/yidJJ9 help với mn ơi code này 18/20 kh hiểu sao 2 test cuối sai
Bình luận này đã bị ẩn vì có quá nhiều phản ứng tiêu cực. Nhấn để xem.
This comment is hidden due to too much negative feedback. Show it anyway.
đề bị lỗi à mn sao e k xem đc đề ạ
Các bạn nên chuyển qua sử dụng phép chia nguyên kết hợp với phép chia dư.
Cụ thể thì như sau:
Thực hiện phép chia nguyên (u^2 + v^2) // 4 và phép chia dư (u^2 + v^2) % 4.
Nếu phép chia dư = 0 thì in ra phép chia nguyên và ".00"
Chia dư ra 1 in ra ".25"
Chia dư ra 2 in ra ".50"
Chia dư ra 3 in ra ".75"
ac luôn
This comment is hidden due to too much negative feedback. Show it anyway.
bro văn minh lên. Con người có học, có bố mẹ phải nói chuyện tử tế chứ :))
sao dùng long double rồi vẫn sai nhỉ, ai chỉ mình với @@
chia nhỏ ra b ey
include <bits/stdc++.h>
using namespace std; long double u,v; int main() { iosbase::syncwith_stdio(false);cin.tie(NULL); cin>>u>>v; cout<<fixed<u+vv)sqrt(uu+v*v)/4;
return 0;
}
moi nguoi xem ho sao lai chi dung 19 test vai =(
loay hoay mãi hóa ra có kiểu dữ liệu long double, giờ mình mới biết luôn. Ko dùng long double k đúng full được
This comment is hidden due to too much negative feedback. Show it anyway.
nên để kiểu dữ liệu u,v là long double
This comment is hidden due to too much negative feedback. Show it anyway.