Run ID:101132

提交时间:2024-12-14 14:58:21

#include<iostream> using namespace std; int main(){ for(int a=3;a<=100;a+=3){ cout<<a<<" "; } return 0; }