Olympic Sinh Viên 2023 - Không chuyên - Diện tích tam giác

View as PDF

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

Please read the guidelines before commenting.



  • 0
    khnguyen21th06  commented on Nov. 23, 2024, 1:55 p.m.

    https://ideone.com/yidJJ9 help với mn ơi code này 18/20 kh hiểu sao 2 test cuối sai


  • -2
    sitingfake  commented on Nov. 12, 2024, 3:21 a.m.

    Bình luận này đã bị ẩn vì có quá nhiều phản ứng tiêu cực. Nhấn để xem.


  • -11
    thanhsda  commented on June 29, 2024, 9:37 a.m. edit 2

    This comment is hidden due to too much negative feedback. Show it anyway.


  • -2
    huy_lovely  commented on March 29, 2024, 5:09 p.m.

    đề bị lỗi à mn sao e k xem đc đề ạ


  • 7
    DinhVantung0611  commented on March 6, 2024, 6:22 p.m. edit 2

    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"


    • 1
      PT_vtdat2022  commented on March 8, 2024, 8:28 a.m. edit 2

      ac luôn


    • -22
      daicaphugiao  commented on March 7, 2024, 2:21 p.m.

      This comment is hidden due to too much negative feedback. Show it anyway.


      • 6
        DinhVantung0611  commented on March 7, 2024, 3:07 p.m. edited

        bro văn minh lên. Con người có học, có bố mẹ phải nói chuyện tử tế chứ :))


  • -1
    wipad0310  commented on March 1, 2024, 4:00 a.m.

    sao dùng long double rồi vẫn sai nhỉ, ai chỉ mình với @@


    • -1
      Groot  commented on April 28, 2024, 4:11 p.m.

      chia nhỏ ra b ey

      long double dientich = (u/2.0)(u/2.0) + (v/2.0)(v/2.0);


  • -3
    simplol  commented on Feb. 26, 2024, 3:44 a.m.

    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 =(


  • 2
    kudotoan99  commented on Feb. 3, 2024, 9:21 a.m.

    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


  • -25
    Loc2008  commented on Dec. 27, 2023, 8:16 a.m.

    This comment is hidden due to too much negative feedback. Show it anyway.


  • 4
    29ChuManhTich  commented on Dec. 17, 2023, 5:10 p.m.

    nên để kiểu dữ liệu u,v là long double