1 #include <stdio.h>
2 #include <stdlib.h>
3 int main()
4 {
5     printf("%d\n", EOF);
6     system("pause");
7     return 0;
8 }

 

posted on 2020-04-23 21:46  杪杪  阅读(836)  评论(0)    收藏  举报