ZeroWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
새싹교실/2011/學高/6회차
Contents
1
.
2
.
2011
4
11
2.1
.
:
하
2.1.1
.
(fact)
2.1.2
.
할
(feeling/finds)
2.2
.
학
:
2.2.1
.
(fact)
2.2.2
.
(feeling/finds)
2.2.3
.
2.3
.
학
:
2.3.1
.
(fact)
2.3.2
.
(feeling/finds)
2.3.3
.
/2011/學高
1
.
¶
***** ***** **** **** *** *** ** ** * *
했
. 힌트
2
.
2011
4
11
¶
2.1
.
:
하
¶
2.1.1
.
(fact)
¶
relational operator
logical operator
automatic type conversion, type casting
if, ternary conditional operator, switch, dangling-else problem
while, do-while, for:
하
하
.
2.1.2
.
할
(feeling/finds)
¶
2
하
하
합
.
2.2
.
학
:
¶
2.2.1
.
(fact)
¶
ㅜㅜ
,
,
해
..
(
ㅜㅜ
합
)
2.2.2
.
(feeling/finds)
¶
.
2.2.3
.
¶
#include <stdio.h>
int main(){
int i, j;
for(i=1;i<=5;i++){
for(j=5;j>=i;j--)
printf("*");
for(j=1;2*i-1>=j;j++)
printf(" ");
for(j=5;j>=i;j--)
printf("*");
printf("\n");
}
return 0;
}
//
..ㅋㅋ
2.3
.
학
:
¶
2.3.1
.
(fact)
¶
2.3.2
.
(feeling/finds)
¶
2.3.3
.
¶
EditText
FindPage
DeletePage
LikePages
last modified 2021-02-07 05:29:42
Processing time 0.0122 sec