第一次在CSDN上寫部落格

唐舞麟發表於2020-10-06

#include<stdio.h>

int main()
{
printf(“hello world!”);
return 0;
}

相關文章