小喵 🐈
says to
YSITD
或是 int a = 0, b = 1; while (a >= 0) { printf("%d\r\n", a); b += a; a = b - a; }