home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat141.c */
- /*------------------------------------------------------------------*/
- #include <stdlib.h>
- #include <stdio.h>
-
- void main()
- {
- int i;
-
- printf("ÑHñU¼OñGñQ¡╙└H╛≈╝╞¡╚: \n");
- for(i=0; i<20; i++)
- printf("%2d. %d\n", i+1, rand() );
- }