题解列表

筛选

宏定义练习之三角形面积

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>#define S(c,a,b) float s=(a+b+c)/2#define area(c,a……

1532: 蓝桥杯算法提高VIP-数组输出

摘要:解题思路:注意事项:它只需要比较列是否是最小的,最后更新列和行的数据就行。参考代码:#include<iostream> #include<cmath> using namespace std; ……

1668: printf基础练习2

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<stdio.h> using namespace std; int main() {     long ……