上一页 1 ··· 4 5 6 7 8
摘要: <html><head> <title>必吃美食 </title><body><div> <dl> <dt></dt> <dd></dd> <h3 align='center'><b>必吃美食</b></h3> </dl></div><table align='center' cellpading= 阅读全文
posted @ 2023-03-03 20:21 hanxuyao 阅读(17) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-02-24 19:40 hanxuyao 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-02-24 19:38 hanxuyao 阅读(0) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int n,c = 0; double x,y,a,b; cin>>n; cin>>a>>b; string shuchu[n-1]; x= 阅读全文
posted @ 2023-02-11 19:05 hanxuyao 阅读(166) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int n; cin>>n; int jin,yin,tong,jin1=0,yin1=0,tong1=0,sum=0; for(int i 阅读全文
posted @ 2023-02-11 18:31 hanxuyao 阅读(194) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int n; cin>>n; string name[n]; float tiwen[n]; int k[n]; int sum=0; fo 阅读全文
posted @ 2023-02-11 18:21 hanxuyao 阅读(523) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int n; int shu=0; int main(int argc, char** argv) { cin>>n; string shou; string str; for(int i=0;i<n;i++ 阅读全文
posted @ 2023-02-10 19:25 hanxuyao 阅读(153) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> using namespace std; float jishu(float a){ if(a<1){ return 0.0; } if(a<=70){ return 0.1; } float x=a/70; return c 阅读全文
posted @ 2023-02-03 18:03 hanxuyao 阅读(87) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { long long a,b,n=1; cin>>a>>b; for (int i=0;i<b;i++){ n=n*a; n=n%7; } i 阅读全文
posted @ 2023-02-02 17:56 hanxuyao 阅读(498) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8