摘要:
实验一: #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_ 阅读全文
posted @ 2024-10-28 22:55
唐文鑫
阅读(34)
评论(0)
推荐(0)
摘要:
实验一: #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main() { int cnt; int random 阅读全文
posted @ 2024-10-15 22:43
唐文鑫
阅读(19)
评论(0)
推荐(0)
摘要:
实验1: #include<stdio.h> int main() { printf(" 0\n"); printf("<H>\n"); printf("I I\n"); return 0; } 实验2: #include <stdio.h> int main() { double a,b,c; s 阅读全文
posted @ 2024-10-02 15:00
唐文鑫
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号