私信TA
用户名:18817572995
访问量:8994
签 名:
Where there is a will, there is a way.
自我简介:
屌丝程序狗
作者: Liamcoder 发表时间:2017-07-11 11:55:48 浏览:712 | 评论:0
参考代码:
#include<iostream> using namespace std; int main(){ for(int i=10; i<=1000; i++){ if(i%2==0&&i%3==0&&i%7==0){ cout << i; cout << endl; } } return 0; }
0.0分
0 人评分