3 solutions

  • 2
    @ 2023-9-30 15:29:43

    #include<bits/stdc++.h> using namespace std; int main() { cout<<"400.00"; return 0; }

    • 1
      @ 2023-11-11 9:49:43

      👀️

      #include<bits/stdc++.h>
      using namespace std;
      double ans;
      int main(){
          printf("%.2lf",ans=400.00);
          return 0;
      }
      

      😄

      • 1
        @ 2023-9-30 11:50:33

        #include<bits/stdc++.h> using namespace std; double h,hitle; int main() { h=2.0150/15; hitle=0.5(15+25)*h; cout<<fixed<<setprecision(2)<<hitle; }

        • 1

        Information

        ID
        247
        Time
        1000ms
        Memory
        256MiB
        Difficulty
        7
        Tags
        # Submissions
        27
        Accepted
        9
        Uploaded By