I am repeatedly getting wrong answer on this code. can someone tell me what is wrong with my code ??
#include <iostream>
#include <cmath>
#include <cstdio>
using namespace std;
int main()
{
double area,ha,hb,hc,t;
cin>>t;
while(cin>>ha>>hb>>hc)
{
area=((ha*hb*hc)*(ha*hb*hc))/sqrt((hb*hc ...
Search found 2 matches
- Tue Feb 24, 2015 10:09 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10522 - Height to Area
- Replies: 32
- Views: 21594
- Wed Feb 11, 2015 7:03 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11559 - Event Planning
- Replies: 29
- Views: 15207
Re: 11559 - Event Planning
can someone give me some critical inputs for this problem? I have tried some random udebug inputs. They all gave right answer. But when submitting i constantly getting WA.Thanks in advance 
