返回列表 發帖
  1. #include<stdio.h>
  2. #include<stdlib.h>
  3. using namespace std;
  4. int main(){
  5.     printf("hello\n");
  6.     system("pause");
  7.     return 0;
  8. }
複製代碼

TOP

返回列表