码迷,mamicode.com
首页 > 其他好文 > 详细

UCF-PLC-20180825 A Fold the Paper Nicely 签到题

时间:2020-04-05 13:58:05      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:else   names   cin   clu   col   水题   code   inf   class   

技术图片

 

 水题

#include<bits/stdc++.h>
using namespace std;

int a, b, k;

int main(){
    cin >> a >> b >> k;
    while(k--)
        if(a>b) a /= 2;
        else b /= 2;
    cout << max(a,b) << " " << min(a,b) << endl;
    return 0;
}

 

UCF-PLC-20180825 A Fold the Paper Nicely 签到题

标签:else   names   cin   clu   col   水题   code   inf   class   

原文地址:https://www.cnblogs.com/2aptx4869/p/12636541.html

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