#include <stdio.h>
int main(int argc, char *argv[])
{
printf("hello c world!\n");
return 0;
}
hello c world
最新推荐文章于 2024-08-28 22:01:53 发布
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("hello c world!\n");
return 0;
}