C 求解惑1.#include <stdio.h> 2. 3.int main() 4.{ 5. int i=43; 6. printf("%d\n",printf("%d",printf("%d",i))); 7. return 0; 8.}