#define _CRT_SECURE_NO_WARNINGS 1
//#include<stdio.h>
//int main()
//{
// int num1, num2, num3;
// while (scanf("%d%d%d", &num1, &num2, &num3) != EOF)
// {
// if (num1 + num2 > num3&&num1 + num3 > num2&&num2 + num3 > num1)
// {
// if (num1 == num2 && num2 == num3)
// {
// printf("Equilateral triangle!\n");
// }
// else if ((num1 == num2 && num1 != num3) || (num1 == num3
// && num1 != num2) || (num2 == num3 && num2 != num1))
// {
// printf("Isosceles triangle!\n");
// }
// else
// {
// printf("Ordinary triangle!\n");
// }
// }
// else
// {
// printf("Not a triangle!\n");
// }
// }
//
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// double height, weight,BMI;
// while ((scanf("%lf%lf", &height, &weight)) != EOF)
// {
// BMI = weight / (height*height);
// if (BMI <18.5)
// {
// printf("Underweight\n");
// }
// else if (BMI >= 18.5&&BMI <= 23.9)
// {
// printf("Normal\n");
// }
// else if (BMI > 23.9&&BMI <= 27.9)
// {
// printf("Overweight\n");
// }
// else
// {
// printf("Obese\n");
// }
// }
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// int year, month;
// int Nomalyear[12] = { 31,28,31,30,31,30,31,31,30,31,30,31 };
// int Leapyear[12] = { 31,29,31,30,31,30,31,31,30,31,30,31 };
// while ((scanf("%d%d", &year, &month)) != EOF)
// {
// if (0 == (year % 400) || (year % 100 != 0 && year % 4 == 0))
// {
// printf("%d", Leapyear[month-1]);
// }
// else
// {
// printf("%d", Nomalyear[month-1]);
// }
// }
//
// return 0;
////}
//#include<stdio.h>
//int main()
//{
// double num1, num2;
// double sum=0;
// char ret;
// while ((scanf("%lf%c%lf", &num1,&ret,&num2)) != EOF)
// {
//
// if (ret != '+' || ret != '-' || ret != '*' || ret != '/')
// {
// printf("Invalid operation!\n");
// }
// else if (0 == num2)
// {
// printf("Wrong!Division by zero!\n");
// }
// else
// {
// printf("%lf+%lf=%lf\n", num1, num2, sum);
// }
// }
//
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// int ret = 0;
// while (scanf("%d", &ret) != EOF)
// {
// for (int i = 0; i < ret; i++)
// {
// printf("*");
// }
// printf("\n");
// }
//
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// int ret = 0;
// while (scanf("%d", &ret) != EOF)
// {
// for (int i = 0; i < ret; i++)
// {
// for (int j = 0; j < ret; j++)
// {
// printf("* ");
// }
// printf("\n");
// }
// }
//
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// int ret = 0;
// while (scanf("%d", &ret) != EOF)
// {
// for (int i = 0; i < ret; i++)
// {
// for (int j = 0; j <= i; j++)
// {
// printf("* ");
// }
// printf("\n");
// }
// }
//
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// int ret = 0;
// while (scanf("%d", &ret) != EOF)
// {
// for (int i = 0; i < ret; i++)
// {
// for (int j = 0; j < ret - i; j++)
// {
// printf("* ");
// }
// printf("\n");
// }
// }
//
// return 0;
//}
//#include<stdio.h>
//int main()
//{
// int ret;
// while (scanf("%d", &ret) != EOF)
// {
// for (int i = ret-1;i>=0; i--)
// {
// for (int j = 0; j < ret; j++)
// {
// if (j < ret - i - 1)
// {
// printf(" ");
// }
// else
// {
// printf("* ");
// }
// }
// printf("\n");
// }
// }
//
// return 0;
//}
蜡笔小流
- 粉丝: 2572
- 资源: 1398
最新资源
- 【创新无忧】基于matlab豪猪算法CPO优化极限学习机KELM故障诊断【含Matlab源码 10700期】.zip
- 【创新无忧】基于matlab黑翅鸢算法BKA优化极限学习机KELM故障诊断【含Matlab源码 10701期】.zip
- 【创新无忧】基于matlab花朵授粉算法FPA优化极限学习机KELM故障诊断【含Matlab源码 10703期】.zip
- 【创新无忧】基于matlab黑猩猩算法Chimp优化极限学习机KELM故障诊断【含Matlab源码 10702期】.zip
- 【创新无忧】基于matlab灰狼算法GWO优化极限学习机KELM故障诊断【含Matlab源码 10705期】.zip
- 【创新无忧】基于matlab蝗虫算法GOA优化极限学习机KELM故障诊断【含Matlab源码 10704期】.zip
- 【创新无忧】基于matlab北方苍鹰算法NGO优化极限学习机KELM故障诊断【含Matlab源码 10689期】.zip
- 【创新无忧】基于matlab斑马算法ZOA优化极限学习机KELM故障诊断【含Matlab源码 10688期】.zip
- 【创新无忧】基于matlab斑点鬣狗算法SHO优化极限学习机KELM故障诊断【含Matlab源码 10687期】.zip
- 【创新无忧】基于matlab被囊群算法TSA优化极限学习机KELM故障诊断【含Matlab源码 10690期】.zip
- 【创新无忧】基于matlab多元宇宙算法MVO优化极限学习机KELM故障诊断【含Matlab源码 10692期】.zip
- 【创新无忧】基于matlab布谷鸟算法CS优化极限学习机KELM故障诊断【含Matlab源码 10691期】.zip
- 【创新无忧】基于matlab蝠鲼觅食算法MRFO优化极限学习机KELM故障诊断【含Matlab源码 10695期】.zip
- 【创新无忧】基于matlab飞蛾扑火算法MFO优化极限学习机KELM故障诊断【含Matlab源码 10693期】.zip
- 【创新无忧】基于matlab非洲秃鹫算法AVOA优化极限学习机KELM故障诊断【含Matlab源码 10694期】.zip
- 【创新无忧】基于matlab哈里斯鹰算法HHO优化极限学习机KELM故障诊断【含Matlab源码 10697期】.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈