编写题解 3151: 蓝桥杯2023年第十四届省赛真题-飞机降落(注释清晰,简单易懂) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>//定义结构体出错每架飞机的三个元素typedef&…… 题解列表 2026年03月15日 1 点赞 0 评论 130 浏览 评分:0.0
蓝桥杯2023年第十四届省赛真题-飞机降落 摘要:参考代码:#include <stdio.h>#include <stdbool.h>#include <math.h>int vi[10],f[10];typedef struct { int Ti…… 题解列表 2024年03月23日 4 点赞 0 评论 1199 浏览 评分:10.0
飞机降落(仔细阅读代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int T;int z=0;int str[10]; //飞机是否降落struct code{ int t; …… 题解列表 2024年03月14日 0 点赞 0 评论 1465 浏览 评分:8.8