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 1964. Chinese Dialects

Test13 Wrong answer
Posted by KoshMar 29 Jun 2013 01:54
Why?

---
My fault

Edited by author 29.06.2013 02:09
Re: Test13 Wrong answer
Posted by falicos 29 Jun 2013 15:47
this problem is very very easy ,some hints from AC code
.........
for(i=0;i<k;i++){
.........
        s+=n-t;
    }
n-=s;
if(n<0)
    n=0;
......
I didnot undestand why //Сложность: 308 //  ????!!!
Re: Test13 Wrong answer [for ADMINISTRATORs]
Posted by Oleksandr Ushkalenko 27 Jan 2015 23:54
The issue is for minimization.

Edited by author 28.01.2015 00:41