for one thing, can some give me more samples for it?
for anther, I forget my username and password. I only remember my user id 19394AL and contact email : xiumingzhu@gmail.com .How could I find my personal information?
Search found 4 matches
- Mon Sep 18, 2006 5:23 am
- Forum: Volume 1 (100-199)
- Topic: 171 - Car Trialling
- Replies: 19
- Views: 5276
- Fri Aug 18, 2006 8:40 am
- Forum: Volume 1 (100-199)
- Topic: 141 - The Spot Game
- Replies: 12
- Views: 4316
Problem 141 WA,need more samples
As the title,would some show me more samples of 141?
I've considered empty board.
I've considered empty board.
- Tue Jul 25, 2006 1:30 pm
- Forum: Volume 1 (100-199)
- Topic: 121 - Pipe Fitters
- Replies: 36
- Views: 3312
How to know the end of input parameters?
Many problems in Volums have such input as follows: (problem 121 : Pipe Fitters ) Sample Input 3 3 2.9 10 2.9 10.5 11 11 The input has no end flag to tell you where is the end. If it is a file, feof() can be called to judge. However ,it seems to me no way to write a program in C++ to judge there is ...
- Mon Jul 17, 2006 1:06 pm
- Forum: C++
- Topic: What kind of c++ complier is suitable for online-judge?
- Replies: 2
- Views: 2082
What kind of c++ complier is suitable for online-judge?
I write source code under vc++6.0,and it is compiled successfully under it .But when I submit my code to the net ,each time it says compile error! I am very surprised! Then ,what kind of c++ compiler should I use ? for example : my code is as follows : #include <iostream.h> using namespace std; clas...