WHY CE?

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
tmdrbs6584
Learning poster
Posts: 98
Joined: Sat Jan 21, 2006 12:45 pm
Location: Busan,Corea(Republic of)

WHY CE?

Post by tmdrbs6584 »

#include<fstream.h>
ifstream in("input.txt");
ofstream out("output.txt");
int a[6][6];
int main(){
int A[10010032103030653745522674783868658436262757201301203120042104012042040];
return 0;
}
fpavetic
Learning poster
Posts: 51
Joined: Sat Mar 04, 2006 8:00 pm

Post by fpavetic »

because maximum array size / index can be slightly more than 500000000.
and you do not have using namespace std; below the header
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Post by Carlos »

also you can't use files, or you'll get RF.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
little joey
Guru
Posts: 1080
Joined: Thu Dec 19, 2002 7:37 pm

Post by little joey »

Please don't take the postings of this guy (I assume he is a guy) seriously. He and his friend sds1100 have been trying to surpass eachother in placing the most non-sensical messages on this board for the past few weeks. This morning he placed the same stupid message in all forums, so now we just have to wait until his friend does something even more appaling.

Just some adolecent mis-behaviour from some guys who can't control themselves.
Darko
Guru
Posts: 580
Joined: Fri Nov 11, 2005 9:34 am
Location: Calgary, Canada

Post by Darko »

Is there a specific reason that makes you think they are two different persons?

Darko
Solmon K.
New poster
Posts: 34
Joined: Sun Jun 04, 2006 4:57 am
Location: Busan, Korea

...

Post by Solmon K. »

they are different person!!

I know them.

and sds1100 is my friend..
Sorry for my bad English...

OTL
frustrate
Post Reply

Return to “C++”