Run ID:100276
提交时间:2024-12-07 12:22:39
#include<bits/stdc++.h> using namespace std; int main(){ int i=1; if(i%3==0){ cout<<1<<" "; i++; } return 0; }