Search found 6 matches

by loghiyan
Wed Apr 25, 2007 4:06 am
Forum: Volume 101 (10100-10199)
Topic: 10116 - Robot Motion
Replies: 10
Views: 5708

REMOVED AFTER AC
by loghiyan
Thu Jan 11, 2007 7:41 am
Forum: Volume 4 (400-499)
Topic: 498 - Polly the Polynomial
Replies: 73
Views: 21973

Try this way. It might do the trick ( haven't seen the problem statement :-p) :

char line1[200],line2[200];
int n;
char *c,*d;
while (gets(line1) && gets(line2)){
c=strtok(line1," \n");
while (c){
n=atoi(c);
cout<<n<<endl;
c=strtok(NULL," \n");
}
d=strtok(line2," \n");
while (d){
n ...
by loghiyan
Wed Jan 10, 2007 7:30 am
Forum: Off topic (General chit-chat)
Topic: Do you think your country is strong at IT and Programming?
Replies: 18
Views: 17526

You can't say that if a country having good programmers is also good in IT sector. A talented kid can make himself/herself a good programmer by practice. IT sector is not just talent, it also need infrastructure, solid support from government and in some cases, foreign investment. Bangladesh is ...
by loghiyan
Mon Jan 08, 2007 10:13 am
Forum: Off topic (General chit-chat)
Topic: I win !!
Replies: 361
Views: 155648

/*
Was any of those posts after my first post "valid" ?
Well, I have had enough :)
I wanted to construct a logical barrier so that no one can claim to be the winner other than me!
Someone might create a better one! (Break the one by me!)
Good Luck! Keep posting (not here, because they will be of ...
by loghiyan
Mon Jan 08, 2007 5:29 am
Forum: Off topic (General chit-chat)
Topic: I win !!
Replies: 361
Views: 155648

Yeah nymo, you are the winner!
by loghiyan
Sat Jan 06, 2007 4:44 pm
Forum: Off topic (General chit-chat)
Topic: I win !!
Replies: 361
Views: 155648

I am the winner!!
The persons posting next to this will be lying!
Their posts will not be valid!

Go to advanced search