02 2023 档案

摘要:<!DORTYRE html><html> <head> <title>网站</title> <p>uo tr sss</p> </head><style> .new{ font-size:30px; color:#f00; font-family:"楷体";}</style> <body> <di 阅读全文
posted @ 2023-02-26 10:05 园友3087003 阅读(187) 评论(0) 推荐(0)
摘要:<html> <head> <title>刘又熠的简历</title> </head> <body> <h2>个人简历</h2> <img src="http://www.qubiaoqing.cn/pic/2020/11/28/s2yozi0pfau.gif"wide="150" height=" 阅读全文
posted @ 2023-02-24 19:52 园友3087003 阅读(207) 评论(0) 推荐(0)
摘要:#include<iostream>#include<cstdio>using namespace std;bool isZhi(int a){ if(a==1)return false; for(int i=2;i<a;i++) { if(a%i==0)return false; } return 阅读全文
posted @ 2023-02-03 17:26 园友3087003 阅读(140) 评论(0) 推荐(0)
摘要:#include <iostream>using namespace std;int main() { int n; cin >>n; double sum=0; double age; for(int i=0;i<n;i++){ cin>>age; sum+=age; } printf("%.2f 阅读全文
posted @ 2023-02-02 17:09 园友3087003 阅读(48) 评论(0) 推荐(0)
摘要:#include <iostream>using namespace std;int main() { int m=100; cin>>m; int n=5; cin>>n; int meiyou=0; int a; for(int i=0;i<n;i++){ cin>>a; if(a<=m){ m 阅读全文
posted @ 2023-02-01 18:15 园友3087003 阅读(31) 评论(0) 推荐(0)