The Dink Network

Reply to Re: C Programming Tutorial

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 7th 2006, 03:38 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
I studied Pascal from 2002. I don't think you could compete on this contest because you're not from Romania, and this is the a Romanian contest. You don't have to do a project or something. You have three hours to make two programs. Usually, you read some datos from a file and you should create another file with some other datos(e.g.: you read a maze from a file, and you have to print the solution). There are some automatic evaluators that runs your programs and checks your solution. And the most important thing is that your programs have a time limit(usually 1second). The evaluators give several tests. The first ones are easy, so your programs finds the solution in less than 1sec, nomatter what method you use. But for most of the tests, backtracking, or any other exponential alghoritms are useless.
Wish me luck.