10.10

include〈stdio.h〉

int main()
{
//一班有54人,分4组,
printf("会剩下的人数:%d/n",54%4);
return 0;
}

你可能感兴趣的:(10.10)