Search found 6 matches
- Fri Sep 24, 2004 6:01 am
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30317
Help Pleeease... . WA 106 -- Fermat vs. Pythagoras
Hello guys ... my code for this program solves it correctly.. including the 1000000 but the online judge is insisting on giving me a wrong answer... I guess there is something wrong with how to end the program.. like the eof thingy.. so can anybody check it for me.. show me the way to do it please ...
- Fri Sep 24, 2004 5:39 am
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30317
- Thu Mar 04, 2004 1:52 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10038 - Jolly Jumpers
- Replies: 445
- Views: 152665
10038 Jolly Jumper Runtime Error help
Hey The online judge gives this message....
Your program has died with signal 6 (SIGABRT). Meaning:
Abort signal from abort()
Before crash, it ran during 0.000 seconds.
I don't know what does that mean
here is my code
[cpp]#include <iostream>
#include <cstdlib>
using namespace std;
int n ...
Your program has died with signal 6 (SIGABRT). Meaning:
Abort signal from abort()
Before crash, it ran during 0.000 seconds.
I don't know what does that mean
here is my code
[cpp]#include <iostream>
#include <cstdlib>
using namespace std;
int n ...
- Thu Aug 21, 2003 10:08 am
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30317
- Tue Aug 19, 2003 10:31 pm
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30317
- Fri Aug 15, 2003 9:16 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108745
101 Runtime Error ... help
Plz I've submit my program on the blocks problem and I'm getting this message....

Can any body help me?????Your program has died with signal 11 (SIGSEGV). Meaning:
Invalid memory reference
Before crash, it ran during 0.006 seconds.
