|
|
back to boardWhy 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 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 |
|
|