#include <stdio.h> int main (void) { int x; x = printf ("%d\n", 2 + 2); printf ("%d\n", x); return 0; }