Problem Description:
The error is as follows: error c3861: ‘printf’: identifier not found.
resolvent
The prompt indicates that the identifier “printf” cannot be found. I guess this may be caused by the compiler’s failure to include the header file stdio. H. then I wrote a new line #include & lt; stdio.h>, After that, the program will not report an error.