Run ID:132824

提交时间:2025-10-12 12:19:39

#include<bits/stdc++.h> using namespace std; int main(){ int i; for(int k=1;k<=100;k++){ if(i % 3==0){ cout<<k<<endl; } } }