#include<stdio.h> int main() { int m,i=43; m=printf("%d",i); m=printf("%d",m); printf("%d",m); return 0; }