牛客周赛 Round 39(A,B,C,D,E,F,G)-A 小红不想做炸鸡块粉丝粉丝题

时间:2024-04-13 10:43:10

思路:

签到

code:

#include <iostream>
#include <cstdio>
using namespace std;

int a,tot;

int main(){
	cin>>a;
	tot=a;
	for(int i=2,t;i<=6;i++)
		cin>>t,tot+=t;
	if(a*30>=tot)puts("No");
	else puts("Yes");
	return 0;
}