C++ : 类和两种访问权限的练习 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std ;const int n=3 ;class MAX{&nb…… 题解列表 2025年03月21日 1 点赞 0 评论 2182 浏览 评分:10.0
求输入三个数的最大值 摘要:解题思路:主要采用了与或非 的方法注意事项:适合我这种没计算机思维的初学者(>__<)参考代码:#include<stdio.h>int main(){  …… 题解列表 2025年11月01日 10 点赞 0 评论 1018 浏览 评分:10.0
如何避免繁琐思考,直接用关键词输出三个数的最大值 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,c,temp,max; sca…… 题解列表 2026年01月09日 8 点赞 0 评论 811 浏览 评分:10.0