开荒(九章算术)YuQing19192023-12-30 20:15:16发布于:浙江38阅读0回复0点赞#include<iostream> using namespace std; int main(){ int a,b; cin >>a>>b; while(a!=b){ if(a>b) a-=b; else b-=a; } cout << a; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个