Why there is no koefficient for these two languages?
Yes, we know that these langs are a little bit slower then C++/C/Pascal, but why not to add some multiplier(коэффициент, множитель) for java/c# when counting MLE/TLE?
I think it will be fair, 'cause really some of us (may be not some, but a big half) doesnt know C++/C and they dont need to learn them, 'cause they (for example) participate in contest like TopCoder, CodeForces where solution always possible in any language(dont speak about script langs on CodeForces).
So maybe some good changes?
PS.
I thought about this trying to solve problem "Stacks" (
http://acm.timus.ru/status.aspx?space=1&num=1220&author=73720 ) in C#... but its unreal to get even 500KB (my empty program, without any vars, structs and so on uses ~800-900KB) But if substract for example 700kb from these 800-900 we have 100-200 kb empty working program on C#, so maybe its possible to solve some low memory problems using right technics.
Thx for reading and responding :)
Edited by author 05.08.2010 13:03