Build a function that can iterate through the look and say sequence.
Anonymous
# feel free to adapt as needed int main() { int look = look(); int say = say(); printf("I looked %d time(s) and said %d times\n"); return 0; }
Check out your Company Bowl for anonymous work chats.