位置:首頁 > 軟件操作教程 > 編程開發(fā) > C語言 > 問題詳情

禮炮問題在C語言的程序中如何編寫?

提問人:楊紫紅發(fā)布時間:2020-11-17

#include"stdio.h"

int main()

{

int t,count;

for(t=0,count=0;t<=140;t++)

if(t%3==0&&t<=60||t%5==0&&t<=100||t%7==0)

count++;

printf("所聽到的炮聲是:%d\n",count);

return 0;

}

繼續(xù)查找其他問題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部