JSRUN 用代码说话
精选c
全部c
有 1、2、3、4 个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?


#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; }