#include <stdio.h> #include <stdlib.h> int main() { system("pause"); //在添加stdlib.h后,用system("pause")在程序结束前给个暂停 return 0; }