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 1023. Buttons

Why not L=K-1
Posted by Kolio 13 Nov 2002 23:15
Can someone tell me what's wrong with this program?

#include <stdio.h>
int main(void)
{
    int n;
    scanf("%d", &n);
    printf("%d\n", n-1);
    return 0;
}
Re: Why not L=K-1
Posted by TheBlaNK 16 Nov 2002 13:21
it isn't the smallest
Re: Oh, Yes, you are right 10x
Posted by Kolio 25 Nov 2002 15:17
> it isn't the smallest
Re: Oh, Yes, you are right 10x
Posted by Aguero -=Yaroslavl SU #2=- 13 Dec 2013 00:07
Kolio wrote 25 November 2002 15:17
> it isn't the smallest