比赛 ctime蒟蒻生日赛 评测结果 AAAAAAAAAA
题目名称 守望者的逃离 最终得分 100
用户昵称 Regnig Etalsnart 运行时间 0.103 s
代码语言 C++ 内存使用 0.03 MiB
提交时间 2017-10-17 15:00:51
显示代码纯文本
#include<cstdio>
#define syy myson
using namespace std;
int m,s,t,s1,s2,time,i;
int max(int a,int b)
{
	return a>b?a:b;
}
int Main()
{
	freopen("escape.in","r",stdin);freopen("escape.out","w",stdout);
	scanf("%d%d%d",&m,&s,&t);
	while(time<t)
	{
		s1+=17;
		if(m>=10) m-=10,s2+=60;
		else m+=4;
		s1=max(s1,s2);
		time++;
		if(s1>=s)
		{
			printf("Yes\n%d",time);
			return 0;
		}
	}
	printf("No\n%d",s1);
	return 0;
}
int main(){;}
int syy=Main();