[编程入门]宏定义的练习-题解(C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;#define RMD(a,b) a%b;int main(){ int a1,b1; ci…… 题解列表 2020年08月06日 0 点赞 0 评论 708 浏览 评分:9.9
[编程入门]宏定义的练习(C++)(简单粗暴) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>#define ms(a,b) t=a%b;int main(){ int a,b,t; s…… 题解列表 2023年04月13日 0 点赞 0 评论 194 浏览 评分:9.9