码迷,mamicode.com
首页 > Web开发 > 详细

P5315 头像上传

时间:2019-04-21 17:18:36      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:col   ios   put   time   stream   上传   string   模拟   style   

---------------------------------------

 

模拟中的模拟

 

---------------------------------------

 

FOR---MIKU

--------------------------------------

 

 

技术图片
 1 #include<iostream>
 2 #include<cstring>
 3 #include<bits/stdc++.h>
 4 using namespace std;
 5 long long int n,G,L,x,y;
 6 int main()
 7 
 8 {
 9     cin>>n>>L>>G;
10     for(int i=1;i<=n;++i)
11     {
12         cin>>x>>y;
13         while(x>G||y>G)
14     {
15         x/=2;
16     
17         y/=2;
18     }    if(x<L||y<L)
19         {
20             puts("Too Young");
21             continue;
22         }
23         if(x==y)
24         {
25             puts("Sometimes Naive");
26         continue;    
27         }
28         else
29         {
30             puts("Too Simple");
31         }
32     }
33 return 0;
34 } 
AC

 

P5315 头像上传

标签:col   ios   put   time   stream   上传   string   模拟   style   

原文地址:https://www.cnblogs.com/For-Miku/p/10745805.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!