CODE 130~138 반복제어문2 - 형성평가1~A
·
프로그래밍/C_정보올림피아드 Language_Coder
CODE 130 #include int main(void) { int a=0,b=0; scanf("%d",&a); for(b=1; bb) { c=a; a=b; b=c; } printf("%d %d %d",a,b,c); for(c=a; c
CODE 541~548 : 반복제어문2 - 자가진단1~8
·
프로그래밍/C_정보올림피아드 Language_Coder
CODE 541 #include int main(void){ char a; int i=0; scanf("%c",&a); for(i=0; i
CODE 125 반복제어문1 - 형성평가 1~5
·
프로그래밍/C_정보올림피아드 Language_Coder
#include int main(void){ int a=0 , b=1; scanf("%d",&a); while(b=0 && score
CODE 633 반복제어문 1 자가진단6
·
프로그래밍/C_정보올림피아드 Language_Coder
#include int main(){ int a=0; while(a