tj 偷鸡版
2025-07-24 19:58:54
发布于:广东
3阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main(){
int q,w,e,r,t,y,u,i,o,p,a,s;
cin>>q>>w>>e>>r>>t>>y>>u>>i>>o>>p>>a;
if (a+30>=q) s++;
if (a+30>=w) s++;
if (a+30>=e) s++;
if (a+30>=r) s++;
if (a+30>=t) s++;
if (a+30>=y) s++;
if (a+30>=u) s++;
if (a+30>=i) s++;
if (a+30>=o) s++;
if (a+30>=p) s++;
cout<<s;
return 0;
}
这里空空如也
有帮助,赞一个