Run ID:11763
提交时间:2021-05-17 16:45:14
#include<bits/stdc++.h> using namespace std; double s,m; int main() { for(int i=100;i<=200;++i) if(i%3!=0) cout<<i<<" "; return 0; }