Search found 1 match

by zevrap
Fri Mar 30, 2012 9:25 pm
Forum: Volume 111 (11100-11199)
Topic: 11152 - Colourful Flowers
Replies: 45
Views: 28413

Re: 11152 - Colorful Flowers

can't figure out the problem , my code seems to pass the sample io with the problem and also sample ios in this thread ... :(
#include <iostream>
#include <cstdio>
#include <cmath>
using namespace std;

#define PI 3.14159265

double triangle_area(double a,double b,double c)
{
double s=(a+b+c)/2.0 ...

Go to advanced search