Coding / Algo contests with $$$$ to be Won

  • Thread starter Thread starter netfreak
  • Start date Start date
  • Replies Replies 10
  • Views Views 2,977

netfreak

Regulars
Messages
2,225
Location
NA
ISP
Airtel GPRS EDGE + VSNL
http://www.topcoder.com/tc?module=Static&d...=tco06&d3=about
2006 TopCoder Open - Overview

Are you ready to be dazzled? We've put together another incredible competition for you and even higher stakes. We're giving away $150,000 and a trip for 64 finalists to one of the world's largest playgrounds. Las Vegas awaits!

The 2006 TopCoder Open is here.

Competitions include:

    * Algorithm Competition
    * Component Design Competition
    * Component Development Competition

Finals held at:

    * Aladdin Resort and Casino*, Las Vegas, NV
[/b]


Now a trip to Vegas alone is cool enough, but $150k is awesome.
 
heh. they want you to earn the money and then blow it away in one night 😉
 
ooohh! nice!...u guys ever solved that c\c++ problem?WAP which prints its own source code???i lost my solution....in a Format-ing incident!
 
Originally posted by St0le@Dec 15 2005, 03:45 PM
u guys ever solved that c\c++ problem?

WAP which prints its own source code???
[snapback]35889[/snapback]
[/quote]

Which problem are you talking about? Can't seem to recollect anything :huh:
 
the question is right in the quote!Write a Program that prints its own source code!its called quine...this is used in programming contesttshere is an eg#includechar*i="\\#include",n='\n',q='"',*p="%s%cchar*i=%c%c%s%c,n='%cn',q='%c',*p=%c%c%s%c,*m=%c%c%s%c%c;%s%c",*m="int main(){return!printf(p,i+1,n,q,*i,i,q,*i,q,n,q,p,q,n,q,m,q,n,m,n);}";int main(){return!printf(p,i+1,n,q,*i,i,q,*i,q,n,q,p,q,n,q,m,q,n,m,n);}this is not my solution...it was on wiki!
 
just open the file and print it.....isnt it
 


Originally posted by avinds@Dec 15 2005, 05:26 PM
just open the file and print it.....isnt it
[snapback]35903[/snapback]
[/quote]
eh? Wont that mean printing machine code?
 
Aha, finally some programming discussions. I have a working code of a quine. PM me if u need it.btw google along with topcoder had organised a similar programming contest all over Asia last yr. Anyone participated in that?
 
ok! heres mine!its stooipd...but so am i!#includechar *p="#include %c%c char *p=%c%s%c; %c%c void main(){%c%c printf(p,13,10,34,p,34,13,10,13,10,13,10,13,10); %c%c }";void main(){printf(p,13,10,34,p,34,13,10,13,10,13,10,13,10);}
 

Top