$ 0 0 include <stdio.h>int main(void) { int n ; while((n!=42)&&(n<100)){ scanf("\n%d",&n); printf("%d",n); } return 0; }