본문 바로가기

분류 전체보기

(392)
599 : 문자열1 - 자가진단7 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 #include #include #pragma warning (disable:4996) int main() { char string[100] = { '\0', }; char output[100] = { '\0', }; int count = 0; scanf("%s", string); for (int i = 0; i
598 : 문자열1 - 자가진단6 12345678910111213141516171819202122232425262728#include #include #pragma warning (disable:4996) int main(){ char letter; do { scanf(" %c", &letter); if (('A'
597 : 문자열1 - 자가진단5 12345678910111213141516#include #include #pragma warning (disable:4996) int main(){ char string[2][21]; scanf("%s", string[0]); scanf("%s", string[1]); printf("%d", strlen(string[0]) + strlen(string[1])); return 0;}Colored by Color Scriptercs
596 : 문자열1 - 자가진단4 1234567891011121314151617181920212223242526272829303132333435#include #include #pragma warning (disable:4996) int main(){ char string[100]; int num; scanf("%s", string); scanf("%d", &num); // 예외 사항 처리 // 입력된 문자열의 길이보다 더 큰 값을 입력했을 경우 if (strlen(string)
594 : 문자열1 - 자가진단2 123456789101112131415#include #include #pragma warning (disable:4996) int main(){ char string[100]; scanf("%s", string); printf("%s%s", string, string); return 0;}Colored by Color Scriptercs
595 : 문자열1 - 자가진단3 123456789101112#include #include #pragma warning (disable:4996)int main(){ char name[100] = "Hong Gil Dong"; for (int i = 3; i
593 : 문자열1 - 자가진단1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 #include #include #pragma warning (disable:4996) int main() { int num; while(1) { printf("ASCII code =? "); scanf("%d", &num); if((num
236 : 함수3 - 형성평가6 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 #include #pragma warning (disable:4996) int calculate(int total, int num) { if ((num / 10) == 0) { // 몫이 없다면, 더 구할 수가 없으므로 return total * num; // 곱 연산 시작 - 엔딩 분기 } if ((num % 10)) { // 나머지가 있다면 return calculate(total* (num % 10), (num/10)); // 나머지를 곱함, 몫을 전달 } else if ((num % 10) == 0) { // 나머지가 0이라면 = (자릿수가 0이라면) r..
235 : 함수3 - 형성평가5 123456789101112131415161718192021222324252627282930313233#include #pragma warning (disable:4996) int count = 0; void divide(int num){ if (num == 1) { // num이 1이라면 카운트를 출력하고 종료 printf("%d", count); return; } else if ((num % 2) == 0) { // 짝수라면 count++; divide(num / 2); } else if ((num % 2) == 1) { // 홀수라면 count++; divide(num / 3); } } int main() { int num; scanf("%d", &num); divide(num); return 0;..
234 : 함수3 - 형성평가4 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 #include #pragma warning (disable:4996) void sequence(int before_n2, int before_n1, int limit) { // 현재 출력해야 할 값 연산 int cur_n = (before_n2 * before_n1) % 100; before_n2 = before_n1; // 값을 하나씩 미룸 before_n1 = cur_n; if (limit == 3) { // 3부터 시작하므로, 3을 입력하면 3번째 값 출력하고 종료 printf("%d ", cur..
233 : 함수3 - 형성평가3 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 47 48 49 50 51 #include #pragma warning (disable:4996) #define ARR_MAX 11 int arr[ARR_MAX]; // 눈금을 담을 배열 int index = 1; // 배열의 인덱스 void dice(int level, int sum) { int temp = 0; for (int i = 1; i
D+27) 사이버 새내기 2077 후기 이럴 줄은 몰랐다. 이제 하고 싶은 공부를 할 수 있다는 해방감에 진짜 즐겁게, 그리고 열심히 수업과 학습에 임했다. 근데 과제는 해도 줄어들질 않는다. 수요가 있으면 공급이 있다는데 무슨 1950년 중공업 혁명 마냥 대량 공급으로 과제를 찍어내시는 느낌이다. 수요는 그딴거 없고 일단 츄라이, 츄라이하는 중... 아 안사요 ㅜㅠ 안산다고 ㅜㅠㅜㅠㅜ 덕분에 어느 날을 기점으로 블로그 업로드는 반강제 중지 당했다. 히히 아직도 오프라인 개강 안 했다. 그럼 등록금이라도 환불해 주던가 ㄹㅇㅋㅋ 아ㅋㅋ 아