Search found 1 match

by njel4all
Sat Mar 10, 2007 2:45 pm
Forum: Volume 1 (100-199)
Topic: 145 - Gondwanaland Telecom
Replies: 62
Views: 22520

WA(145)

#include<iostream>
#include<stdio.h>

#define MIN 60
#define ONEDAY_MIN 1440

#define DAY 0
#define EVE 1
#define NIG 2

using namespace std;

int calCallTime_verMin(int aHour, int aMinute, int bHour, int bMinute);

static bool era = false;

double charging[5][3] = { { 0.10, 0.06, 0.02 },
{ 0.25, 0 ...

Go to advanced search