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.0134 sec