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