Run ID:151513

提交时间:2026-04-13 16:34:33

#include <iosteeam> using namespace std; int main(){ //1-100 7的倍数 for(int i=20;i>=2;i=i-2){ cout<<i<<endl; }