Run ID:135569
提交时间:2025-11-05 20:05:51
#include<iostream> using namespace std; int main(){ int a,b,c=1; while(a%c==0&&b%c==0){ c++; } return 0; }