JSRUN 用代码说话
精选c
全部c
#include <stdio.h> #include <conio.h> #include <wchar.h> #include <io.h> #include <fcntl.h> int main() { // 设置标准输出为 Unicode 编码 _setmode(_fileno(stdout), _O_U16TEXT); // 提示信息 wprintf(L"请按任意键继续...\n"); _getch(); // 等待用户按下任意键 // 输出“我爱你” wprintf(L"我爱你\n"); return 0; }


从用户输入中读取 10 个整数,然后找出这 10 个整数中的最大值和最小值并输出


字符串中读取16进制数字


没有了
1/1151 下一页