用for语句 continue语句 实现统计在1000到1500被9整除
问题描述:
用for语句 continue语句 实现统计在1000到1500被9整除
答
int n=0;
for(int i=1000;i