CodeForces 625A Guest From the Past
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CodeForces 625A Guest From the Past相关的知识,希望对你有一定的参考价值。
贪心水题
#include <stdio.h> #include <algorithm> #include <string.h> #include <queue> #include <stack> #include <map> #include <vector> using namespace std; long long ans; long long n,a,b,c; int main() { scanf("%lld%lld%lld%lld",&n,&a,&b,&c); ans=0; if(a<=b-c) ans=n/a; else { if(n>=b) { ans=(n-b)/(b-c); n=n-ans*(b-c); if(n>=b) ans++,n=n-b+c; } ans=ans+n/a; } printf("%lld\n",ans); return 0; }
以上是关于CodeForces 625A Guest From the Past的主要内容,如果未能解决你的问题,请参考以下文章
Codeforces 1340C Nastya and Unexpected Guest(01bfs)
[QNX Hypervisor 2.2用户手册]8.2 Guest退出