Run ID:101120

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

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