Hisworld.tistory.com
The hisWorld
(140)
hisworld_new
(0)
hisOld
(138)
Android
(7)
Computer Vision
(18)
JAVA
(4)
C/C++
(26)
열혈강의 C
(32)
TCP/IP socket
(12)
WinAPI
(16)
System Programming
(0)
etc
(23)
Plan
(0)
hisWorld
(0)
hiStory
(0)
hiStudy
(0)
hiSnap
(0)
홈
태그
미디어로그
위치로그
방명록
Windows Live Messenger
winapi
Join C
대학생 공모전
The Turing test page
훈스닷넷
C/C++ Reference
WIKI
/
/
블로그 내 검색
구구단
URUZ-7
2008. 3. 15. 15:31
2008. 3. 15. 15:31
#include <stdio.h> int main() { int i=1,j=2,line=0; int max=6,start=2; while(j<max) { if(i==1 && i*j==j) { printf("%ddan%s",j,j==max-1 ? "\n" : "\t\t"); line++; } if(line==max-2) { printf("----------------------------------------------------------\n"); j=start; for(i=1; i<10; i++) for(j=start; j<max; j++) printf("%d * %d = %d%s",j,i,j*i,j==max-1 ? "\n" : "\t"); if(j==max) printf("----------------------------------------------------------\n"); } if(i==10) { max=10; start=6; i=1; } else j++; } return 0; }
공유하기
게시글 관리
Hisworld.tistory.com
+ Recent posts
Powered by
Tistory
, Designed by
wallel
Rss Feed
and
Twitter
,
Facebook
,
Youtube
,
Google+
티스토리툴바