摘要:
//第一次尝试:#include<stdio.h> void math_gys(int a, int b){ int t = 0; if (a < b){ t = a; } else{ t = b; } for (int i = t; i <= a && i <= b; i--){ if (a % 阅读全文
posted @ 2020-10-16 18:45
zhm521
阅读(294)
评论(0)
推荐(0)
浙公网安备 33010602011771号