Let n = 1, A = 1, B = 1
Let C = A + B
Print C
Let n + 1, A = B, B = C
if n < 5 go to step 2
if n == (positive integer that you want, but 5 in this case) stop
할짓 존나없어서 적어봄
Let n = 1, A = 1, B = 1
Let C = A + B
Print C
Let n + 1, A = B, B = C
if n < 5 go to step 2
if n == (positive integer that you want, but 5 in this case) stop
할짓 존나없어서 적어봄
문제 듣자마자 재귀 마렵다