#include <stdio.h>
int main() {
int i = 1, j = 1, k = 0;
https://w...content-available-to-author-only...a.com/
i = i + j;
j = i - j;
printf("%d\n", i);
k++;
if (k < 42) goto https;
}