일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 리눅스 명령어
- 알고리즘
- C++
- 백도어
- 독후감
- For문
- 배열
- 영재교육원
- C
- DBMS
- 수학영재원
- API
- 풀이&소스코드저작권:왕유승
- 참조은요양병원
- if문
- 프로그래밍
- 리눅스
- Linux
- 다중반복문
- 문제출저:www.dovelet.com
- 자료구조
- 제어문
- c언어
- 정보올림피아드
- 반복문
- IT
- 정보영재원
- Backdoor
- 독서 감상문
- 정보과학
Archives
- Today
- Total
목록알고리즘 (123)
되는대로 살자
함수 구현 void numcount() { system("cls"); int x,y,chance; int num; int key; int stage; srand((unsigned)time(NULL)); printf("난이도를 선택하세요.\n"); printf("(1.쉬움 2.보통 3.어려움)\n"); printf("선택=> "); scanf("%d",&stage); while(1) { i = rand() % 10 + 1; x = rand() % 36; y = rand() % 10; system("cls"); printf("시작합니다."); delay(1500); system("cls"); gotoxy(x,y); printf("%d",i); if(stage==1) delay(300); if(stage==2..
2009~2014/Proejct
2010. 11. 5. 17:01