摘要: <html><head><title>皮肤库</title></head><link rel="stylesheet" href="bootstrap.min.css"><sciript src="jquery.min.js"></script><script src="bootstrap.min. 阅读全文
posted @ 2023-03-05 09:57 园友3087003 阅读(26) 评论(0) 推荐(0)
摘要: <html><head><title>皮肤库</title></head><link rel="stylesheet" href="bootstrap.min.css"><sciript src="jquery.min.js"></script><script src="bootstrap.min. 阅读全文
posted @ 2023-03-04 19:51 园友3087003 阅读(29) 评论(0) 推荐(0)
摘要: <html><head><title>皮肤库</title></head><body> <table align="center"> <tr> <td> <div align = "center"> <img src="1.png" height="200px"><br/> <strong>名称:< 阅读全文
posted @ 2023-03-04 17:14 园友3087003 阅读(24) 评论(0) 推荐(0)
摘要: <html><head><title>哈哈哈哈哈哈哈哈哈哈哈哈</title> </head><body><h3 align="center"><b>必吃美食</b b ></h3><table aligh="center" cellpadding="10" style="border:double 阅读全文
posted @ 2023-03-03 20:19 园友3087003 阅读(26) 评论(0) 推荐(0)
摘要: <!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 阅读(184) 评论(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 阅读(205) 评论(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 阅读(137) 评论(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 阅读(27) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std;int main(int argc, char** argv){ int a; int b; cin>>a>>b; if(a>=10||b>=20){ cout<<1; }else{ cout<<0; } } 阅读全文
posted @ 2023-01-31 17:53 园友3087003 阅读(20) 评论(0) 推荐(0)