题解 | #汽水瓶#

汽水瓶

http://www.nowcoder.com/practice/fe298c55694f4ed39e256170ff2c205f

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


int main(){
    int n;
    while(cin>>n&&n!=0){
        int nums=0;
        while(n>2){
            int t = n/3;
            nums+=t;
            n = n%3+t;
        }
        if(n==2)
            nums++;
        cout<<nums<<endl;
    }
    return 0;
}




全部评论

相关推荐

迷茫的大四🐶:💐孝子启动失败,改为启动咏鹅
点赞 评论 收藏
分享
Aurora23:属于挂一半,暂时进池子了,隔一段时间没有其他组捞的话就彻底结束了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务