题解列表
编写题解 1009: [编程入门]数字的处理与判断(简单易看)
摘要:解题思路:阿巴~阿巴~阿巴~阿巴~注意事项:阿巴~阿巴~阿巴~阿巴~(简单易看)参考代码:#include<stdio.h>int main(){ int a,b,c,d,t[5],i=0,s=0,e……
自定义函数和宏找最大数
摘要:解题思路:注意事项:参考代码:#include <stdio.h>
#include <math.h>
#define MAX(x,y,z)((x>y)?((x>z)?(x):(z)):((y>z……