摘要: #include <iostream> #define GetMax(a,b,c,d) a>b?(a>c?(a>d?a:d):(c>d?c:d)):\ \ (b>c?(b>d?b:d):(c>d?c:d)) using namespace std; int main() { float x=GetM 阅读全文
posted @ 2022-07-12 20:31 凤凰_1 阅读(236) 评论(0) 推荐(0)