Run ID:5151
提交时间:2024-11-02 20:28:07
#include<iostream> using namespace std; int main(){ for(int i=1;i<=100;i++){ if(i%3==1/2) cout<<i<<endl; } }