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 1255. Graveyard of the Cosa Nostra

Vopros k gyuri
Posted by Zubyk Taras(Khmelnitsky) 8 Apr 2006 17:00
Pogalusta proverti 1 test. Pohoge on ne vernuy ili
prishlite mne.
555 authors where able to solve this test case. See problem statistics. (-)
Posted by Michael Rybak (accepted@ukr.net) 8 Apr 2006 17:17
-
Re: Vopros k gyuri
Posted by Alexey 16 Apr 2006 14:43
Hi.
Everything is OK, Taras...
An interesting problem, isn't it?
Re: Vopros k gyuri
Posted by Strebkov_VI_SSAU 16 Apr 2006 18:40
This problem is OK. If you want to test 1st test just write this simple programme:
Var n,k : integer;
Begin
  readln(N,K);
  writeln(N*N div K);
End.
It takes WA on test 7 :)