Search found 1 match

by uonline
Sat May 28, 2016 2:28 am
Forum: Volume 2 (200-299)
Topic: 222 - Budget Travel
Replies: 17
Views: 8900

Re: 222 - Budget Travel

What to be done is simply follow the question. No extra assumptions.
checked only for MoreThanHalf && CanReachNext. Cents need to be rounded off at each stop and at final sum.



#include <stdio.h>
typedef struct _Node
{
double dist;
double price;
} Node;

double dest, rate,cap, invest;
int N ...

Go to advanced search