04 2025 档案
摘要:task 1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 10 // 输出数组x占用的内
阅读全文
摘要:task1 1 #include <stdio.h> 2 #include <stdlib.h> 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf
阅读全文
浙公网安备 33010602011771号