#include<bits/stdc++.h> using namespace std; int main(){ for(int i=5;i<=100;i+=5) { cout<<i<<endl; }//什么叫自信! return 0; }