文章列表

筛选

队列.链式。C语言

摘要:#include<stdio.h>#include<stdlib.h>typedef struct  Node{      int data;      struct Node *next;}Qnod……

C语言成绩评价

摘要:#include <stdio.h> int main() { int a, b; scanf_s("%d", &a); b = a / 10; if (b > 0 && b ……

待测试一;

摘要:#include <bits/stdc++.h> #include <unistd.h> #include <conio.h> #include<stdio.h> #include<stdli……