6、这段是让计算机在屏幕上输出绿底白字的hi。其中有四个错误,找找吧!
#include <stdio.h>
#include <stdlib.h>
int main()
{
system(“color f2”);
print(“hi”);
system(“pause”);
return 0;
}
#include <stdio.h>
#include <stdlib.h>
int main()
{
system(“color f2”);
print(“hi”);
system(“pause”);
return 0;
}
2017-11-10
举报