I guess the problem lies with your "@BEGIN_OF_SOURCE_CODE" and "@END_OF_SOURCE" statements. as far as I know, it's only @END_OF_SOURCE without the '"'.
I guess that's where the string/constant compiler errors come from...
Search found 10 matches
- Sat Jul 20, 2002 12:26 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317759
- Sat Jul 20, 2002 12:19 pm
- Forum: Volume 1 (100-199)
- Topic: 109 - SCUD Busters
- Replies: 96
- Views: 36905
Problem 109 - SCUD Busters
Maybe someone can give me this information
The wall, eg. the polygon surrounding all the houses, should it be
convex ?

The wall, eg. the polygon surrounding all the houses, should it be
convex ?
- Tue Jul 09, 2002 9:20 pm
- Forum: Volume 1 (100-199)
- Topic: 104 - Arbitrage
- Replies: 223
- Views: 37132
Input in problem 104
Just wondering if I understand the input correct.
The resulting table for an input like
3.1___0.0023___0.35
0.21__0.00353__8.13
200___180.559_10.339
2.11__0.089____0.06111
is
1.0___3.1_____0.0023___0.35
0.21__1.0_____0.00353__8.13
200__180.559__1.0_____10.339
2.11__0.089___0.06111__1.0
right ...
The resulting table for an input like
3.1___0.0023___0.35
0.21__0.00353__8.13
200___180.559_10.339
2.11__0.089____0.06111
is
1.0___3.1_____0.0023___0.35
0.21__1.0_____0.00353__8.13
200__180.559__1.0_____10.339
2.11__0.089___0.06111__1.0
right ...
- Thu Jul 04, 2002 7:21 pm
- Forum: Other words
- Topic: Problem Set - Postscript or HTML ?
- Replies: 1
- Views: 2080
Problem Set - Postscript or HTML ?
I'm wondering, which of the problem sets is up-2-date ?
The HTML version or the PS version ?
I'm asking, because there is some inconsistency in Problem 105
The HTML version or the PS version ?
I'm asking, because there is some inconsistency in Problem 105

- Wed Jul 03, 2002 12:16 am
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51230
- Tue Jul 02, 2002 6:24 pm
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51230
- Tue Jul 02, 2002 6:12 pm
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51230
- Tue Jul 02, 2002 5:50 pm
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51230
Problem 105 - Presentation Error
Hi!
I'm wondering if anyone else got a presentation error after submitting. The program is accepted, but there's something wrong with the output and I can't figure what !? ( No extra spaces / CRs etc ... )
Sample Input:
1 11 5
2 6 7
3 13 9
12 7 16
14 3 25
19 18 22
23 13 29
24 4 28
Sample Output ...
I'm wondering if anyone else got a presentation error after submitting. The program is accepted, but there's something wrong with the output and I can't figure what !? ( No extra spaces / CRs etc ... )
Sample Input:
1 11 5
2 6 7
3 13 9
12 7 16
14 3 25
19 18 22
23 13 29
24 4 28
Sample Output ...
- Tue Jul 02, 2002 12:53 am
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51230
- Mon Jul 01, 2002 11:18 pm
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51230
105 Help with SIGSEGV Error
Can anyone help ?
I keep getting SIGSEGV errors when submitting and I can't figure out why ...
[cpp]
#include <stdio.h>
#include <string.h>
#include <malloc.h>
main()
{
/* redirect standard input + output if necessary */
#ifndef ONLINE_JUDGE
freopen( "data.in", "r", stdin );
freopen( "data ...
I keep getting SIGSEGV errors when submitting and I can't figure out why ...
[cpp]
#include <stdio.h>
#include <string.h>
#include <malloc.h>
main()
{
/* redirect standard input + output if necessary */
#ifndef ONLINE_JUDGE
freopen( "data.in", "r", stdin );
freopen( "data ...