摘要:
#include <iostream>using namespace std;int main() { for(int q=1;q<=20;q++){ if(q%7==0||q%10==7){ cout<<"过"<<endl; }else{ cout<<q<<endl; } } system("pa 阅读全文
posted @ 2023-07-01 08:29 封魔NJ 阅读(40) 评论(0) 推荐(0)
posted @ 2023-07-01 08:29 封魔NJ 阅读(40) 评论(0) 推荐(0)
posted @ 2023-05-27 09:59 封魔NJ 阅读(67) 评论(0) 推荐(0)
posted @ 2023-03-25 20:05 封魔NJ 阅读(286) 评论(0) 推荐(0)