|
|
вернуться в форумWhy not L=K-1 Послано Kolio 13 ноя 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 Послано Kolio 25 ноя 2002 15:17 > it isn't the smallest Re: Oh, Yes, you are right 10x |
|
|