During last contest this code get compile error:
-- cut --
Here are the compiler error messages:
g++: 00002138_PC.c: No such file or directory
g++: No input files
-- end --
--
Please say why?
Code:
[cpp]
#include <fstream.h>
#include <math.h>
#include <assert.h>
#define ER 0.000001
const long ...
Search found 2 matches
- Sat Oct 19, 2002 2:16 pm
- Forum: Other words
- Topic: Compile Error
- Replies: 0
- Views: 1528
- Fri Jul 26, 2002 1:04 am
- Forum: Volume 6 (600-699)
- Topic: 638 - Finding Rectangles
- Replies: 13
- Views: 7405
638 - Finding Rectangles
In problem said: "Within each set, points labels occur in alphabetical order".
Code with sorting this labels gives AC, but without WA.
Maybe BUG or I something not understand?!
Code with sorting this labels gives AC, but without WA.
Maybe BUG or I something not understand?!