求编程,要求用C语言中if,else,for,while等结构

日期:2021-05-31 17:06:03 人气:1

求编程,要求用C语言中if,else,for,while等结构

#include "stdio.h"#define A 0
#define B 1
#define C 2
#define D 3
#define E 4
#define F 5bool isOK(int t[6])
{
if(t[A]+t[B]<1) return false;
if(t[A]+t[E]+t[F]<2) return false;
if(t[A]+t[D]==
    A+
热门评论