每天学习一点日积月累就有了大大的成就。
#include <stdio.h>
int main()
{
putchar('\n');
printf("%c%c%c%c", 186, 186, 215, 214 );
putchar('\n');
}
2月五日编程学习记
阅读 59
2022-02-05
每天学习一点日积月累就有了大大的成就。
#include <stdio.h>
int main()
{
putchar('\n');
printf("%c%c%c%c", 186, 186, 215, 214 );
putchar('\n');
}
相关推荐
精彩评论(0)