#include<stdio.h>
void main() {
__ int x=36,y=48,z;
__ do {z=x%y; x=y; y=z;} while(y>0);
__ printf("x=%d\n",x);
} 答案:1 (填空题)

出自:2024年国家开放大学答案