Search found 4 matches

by Blueteeth
Mon Nov 22, 2004 5:55 am
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 65257

F**K , I hate "Invalid Memory Reference" , till now every problem i submit i get runtime error
please please please say to me what to do
it's a fairly simple and clear code please tell me
[cpp]#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
using namespace std ...
by Blueteeth
Thu Nov 18, 2004 7:01 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108748

I have this error too !! wanna know why ?! if possible :roll:
[cpp]#include <iostream>
#include <stack>
#include <string>
using namespace std;

inline int to_dig (char c) { return c-48; }
inline char to_char (int n) { return char(n+48); }
inline void tokenize (string& comm , string par[4 ...
by Blueteeth
Thu Nov 11, 2004 10:35 pm
Forum: Volume 1 (100-199)
Topic: 196 - Spreadsheet
Replies: 42
Views: 16415

I did so , it gived me WA . :cry:
by Blueteeth
Wed Nov 10, 2004 2:30 pm
Forum: Volume 1 (100-199)
Topic: 196 - Spreadsheet
Replies: 42
Views: 16415

Hi ,
I've got this error
Dear Blueteeth:

Your program has died with signal 6 (SIGABRT). Meaning:

Abort signal from abort()

Before crash, it ran during 0.000 seconds.


And here's my code :
[cpp]#include <iostream>
#include <fstream>
#include <string>
//#include <conio.h>
#include <cmath ...

Go to advanced search