#include <stdio.h> int main () { printf("%d\n",printf("%d",printf("%d",43))); printf("%d\n",printf("%d",2)); printf("%d",1); return 0; } //打印返回值字符的个数