无声明和执行部分

#include<stdio.h>
#include<stdlib.h>
int main()
{
 system("pause");
}

原文地址:https://www.cnblogs.com/CCC1/p/12053251.html