#include <stdlib.h>在return前加上system("pause");
#include<stdlib.h> #include<stdio.h> #define _CRT_SECURE_NO_WARNINGS 1 int main() { printf("hello world\n"); return 0; }