Run ID:101121
提交时间:2024-12-14 14:52:01
#include<iostream> using namespace std; int main(){ for(int a=0;a<=100;a=a+3){ cout<<a<<endl; } return 0; }