Search found 1 match

by 93502201
Fri Jul 21, 2006 4:33 am
Forum: Volume 1 (100-199)
Topic: 145 - Gondwanaland Telecom
Replies: 62
Views: 22480

Q145: Gondwanaland Telecom!!! Wrong Answer!!! HELP ME

I always got WA. Please help me.thx.


#include <iostream>
#include <fstream.h>
#include <iomanip.h>
//當有讀的值,是類似06,等等的,就直接用getline來讀
//if .. else if ,當第一個if不成立,才判斷第二個if
#ifndef ONLINE_JUDGE
ifstream in("Test.txt",ios::in);
#define cin in
#endif
using std::right;
struct TIME{
int hi,mi,hf,mf ...

Go to advanced search