摘要:
#include #include using namespace std; int m,n; long long l,map[50015],left,right,mid; int main() { scanf("%lld %d %d",&l,&n,&m); //if(n==0||m==0) {printf("%lld\n",l);return 0;} for(int i=1;i<=n;i++)... 阅读全文
posted @ 2017-10-18 09:22
SH,Y
阅读(136)
评论(0)
推荐(0)