C언어 - 쉽게 풀어쓴 C언어 express 10장 배열 실습문제(짝수번)
·
C프로그래밍/개인 공부
2번 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 #include #include #include int main(void) { srand((unsigned)time(NULL)); int i[10] = {0}; int j; int k; int t; int temp; int least; for(j = 0; j