会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ycbl
博客园
首页
新随笔
联系
订阅
管理
2025年11月16日
实验四
摘要: 实验任务一 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include<stdlib.h> 4 #include<string.h> 5 6 #define N 4 7 #define M 2 8 void test1() {
阅读全文
posted @ 2025-11-16 23:54 刘奕晨
阅读(9)
评论(1)
推荐(0)
2025年10月30日
实验三
摘要: 实验任务一 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include<stdlib.h> 4 5 char score_to_grade(int score); 6 7 int main() { 8 int score; 9
阅读全文
posted @ 2025-10-30 20:54 刘奕晨
阅读(9)
评论(1)
推荐(0)
2025年10月19日
实验二
摘要: View Code 问题一:确保不同时间所生成的数据不同,不会出现重复 问题二:依据时间随机生成不同的学号 实验任务二 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 int main() { 4 int choice, quanti
阅读全文
posted @ 2025-10-19 21:10 刘奕晨
阅读(7)
评论(1)
推荐(0)
2025年10月6日
实验一
摘要: // 垂直打印两个字符小人 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); printf(" \n"); printf(" O \n"); printf("<H>\n"); prin
阅读全文
posted @ 2025-10-06 15:38 刘奕晨
阅读(16)
评论(1)
推荐(0)
公告