1 solutions

  • 0
    @ 2026-1-25 14:29:03

    #include <bits/stdc++.h>

    using namespace std;

    int main() {

    double a, b;
    
    cin >> a >> b;
    
    cout <<"s=" <<a *b / 2;
    
    return 0;
    

    }

    Information

    ID
    326
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    7
    Tags
    # Submissions
    1057
    Accepted
    214
    Uploaded By