458 - The Decoder

1:16 AM | , , , , , , ,

This problem is writing a complete program that will correctly decode a set of characters into a valid message. It should read a given file of a simple coded set of characters and print the exact message that the characters contain. The code key for this simple coding is a one for one character substitution based upon a single arithmetic manipulation of the printable portion of the ASCII character set. For the complete information...
Read More

10055 - Hashmat the Brave Warrior

12:13 AM | , , , , , , ,

Hashmat is a brave warrior who with his group of young soldiers moves from one place to another to fight against his opponents. Before fighting he just calculates one thing, the difference between his soldier number and the opponent's soldier number. From this difference he decides whether to fight or not. Hashmat's soldier number is never greater than his opponent. The problem is make a program which finding difference of his soldier...
Read More

Pages (31)123456 Next