cod2.c 74 B

12345
  1. int n1, n2;
  2. n1 = 1;
  3. scanf("%d", &n2);
  4. printf("n1=%d e n2=%d\n", n1, n2);