![]() |
#2
forever742020-03-17 22:38
|
#include <stdio.h>
int main(void)
{
printf("");
return 0;
}
编译后提示是什么情况
main.obj - 1 error(s), 0 warning(s)