大佬帮我看看
用 print() 函数输出:"di-code" 用python!!!!
2021-11-18 15:01
程序代码:#include <stdio.h>
void print()
{
printf("\"di-code\" 用python!!!!");
}
int main( void )
{
print();
}
2021-11-18 15:27
2021-11-18 20:09
2021-11-21 21:58
2021-11-21 21:59