ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1546. Japanese Sorting

The Solution to this misleading, ill-stated problem. Simpler to code than to explain.
Posted by Anisimov Dmitry 9 May 2007 10:58
[code deleted]

Edited by moderator 09.05.2007 16:03
Re: The Solution to this misleading, ill-stated problem. Simpler to code than to explain.
Posted by AlMag 9 May 2007 14:22
Can you explain me some part of your program?
Becauze, I'm Pascal programer and a new one in C++.
Why do you put '*' so often? What does it mean?
What does "(void*)" and "*(char**)" mean?

Thanks.
Re: The Solution to this misleading, ill-stated problem. Simpler to code than to explain.
Posted by Anisimov Dmitry 12 May 2007 08:59
These are typecasts required for C-style writing in C++. And * is the derefence operator (almost same as ^ in Pascal)
Re: The Solution to this misleading, ill-stated problem. Simpler to code than to explain.
Posted by Denis Koshman 14 Jul 2008 20:31
Actually, it's easy to explain =)