返回值为字符的个数

#define _CRT_SECURE_NO_WARNINGS 1
#include<stdio.h>
#include<math.h>

int main()
{
printf("%d", printf("%d",printf("%d",43)));
}