Hello world!

#include<stdio.h> #include<stdlib.h> int main() { printf("Hello,world!\n"); system("Pause"); return 0;  }
相关文章
相关标签/搜索