코드
2018.04.20 19:22

미완성 받아쓰기 (C)

조회 수 437 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
라이선스 GPL v2

#include<stdio.h>
#include<math.h>
#include<time.h>
 
int main()
{
    int mode=1,i,j;
    printf("1.단타\n2.단어\n3.문장\n 모드를 선택하시오. ");
    //scanf("%d",&mode);
 
    if(mode==1)
    {
        long long Time=time(NULL);
        const char one[49]={"ㄱ,ㄴ,ㄷ,ㄹ,ㅁ,ㅂ,ㅅ,ㅇ,ㅈ,ㅊ,ㅋ,ㅌ,ㅍ,ㅎ,ㅏ,ㅑ,ㅓ,ㅕ,ㅗ,ㅛ,ㅜ,ㅠ,ㅡ,ㅣ"};
        char view[9];
        for(i=0;i<4;i++)
        {
            srand(time(NULL));
            view[2*i]=one[rand()%48/2*2];
            view[2*i+1]=one[rand()%48/2*2+1];
            for(j=0;j<400000000;j++);
        }
        view[8]='\0';
        for(i=0;i<9;i++)
            printf("%c\n",view[0]);
        for(i=0;i<100;i++)
        {
            printf("%d  %d  %d  %d\n",view[0],view[2],view[4],view[6]);
        }
    }
}

TAG •

  1. 잘못 쓰면 컴퓨터가 날아가는 코드

    Date2018.07.08 Category코드 By제르엘 Views999
    Read More
  2. 매우 특이한 버그

    Date2018.06.05 Category코드 Bytitle: 대한민국 국기gimmepoint Views604
    Read More
  3. 내가 만든 merge sort

    Date2018.05.17 Bytitle: 대한민국 국기gimmepoint Views411
    Read More
  4. 내가 만든 함수 모음집 2

    Date2018.05.12 Category코드 Bytitle: 대한민국 국기gimmepoint Views421
    Read More
  5. 내가 만든 사칙연산 계산기

    Date2018.05.11 Category코드 Bytitle: 대한민국 국기gimmepoint Views549
    Read More
  6. 내가 만든 함수 모음집

    Date2018.05.08 Category코드 Bytitle: 대한민국 국기gimmepoint Views413
    Read More
  7. 클라이언트단에서 이미지 리사이징

    Date2018.05.06 Category코드 By네모 Views1124
    Read More
  8. HEX를 RGB로, RGB를 HEX로 바꾸는 PHP 코드

    Date2018.05.05 Category코드 By네모 Views551
    Read More
  9. c 이진트리 전,중,후위 알고리즘

    Date2018.04.24 Category코드 Bytitle: 대한민국 국기gimmepoint Views534
    Read More
  10. html 초보가 만든 자소서

    Date2018.04.21 Category코드 Bytitle: 대한민국 국기gimmepoint Views708
    Read More
  11. Hello, World!를 출력해보자

    Date2018.04.21 Category코드 By네모 Views611
    Read More
  12. 아주 간단한 기초 C++

    Date2018.04.21 Category코드 By제르엘 Views526
    Read More
  13. 미완성 받아쓰기 (C)

    Date2018.04.20 Category코드 Bytitle: 대한민국 국기gimmepoint Views437
    Read More
  14. Cmd 에서 서비스 시작 / 종료하기

    Date2018.02.18 Category코드 ByProjectSE Views673
    Read More
  15. CMD로 로컬 연결 고정 IP 설정하기

    Date2018.02.06 Category코드 Bytitle: 황금 서버 (30일)humit Views1074
    Read More
  16. 컴퓨터의 uuid 얻기

    Date2018.01.28 Category코드 Bytitle: 황금 서버 (30일)humit Views1173
    Read More
  17. 유튜브에 약간의 기능을 추가 해주는 크롬 확장 프로그램.

    Date2018.01.26 Category코드 ByHanam09 Views988
    Read More
  18. 사이트 서버 이전 (또는 미러링 사이트 구축) 쉽게하는 스크립트

    Date2018.01.14 Category코드 ByNoYeah Views907
    Read More
  19. 새 글 자동 댓글 스크립트 (AutoHotkey)

    Date2017.11.26 Category코드 By이니스프리 Views3527
    Read More
  20. 파이썬을 이용한 텔레그램 새 글 알림 (허접합니다)

    Date2017.11.19 Category코드 By이니스프리 Views2418
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4