teddyss's recent timeline updates
teddyss

teddyss

V2EX member #486111, joined on 2020-04-25 08:42:14 +08:00
Per teddyss's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
teddyss's recent replies
Jan 30, 2021
Replied to a topic by laodushiwo 程序员 今日新增了<植物大战僵尸>小游戏
@laodushiwo 只是个摸鱼工具,反正你这能玩,何乐而不为?干嘛要源码?这样看下来,你还是要自己维护服务器!
Jan 30, 2021
Replied to a topic by lili1397 奇思妙想 一道脑洞大开的计算问题
private static int num=0; //可以喝的啤酒数
private static int pingzi=0;//瓶子数

public static void main(String[] args) {
// Scanner scanner = new Scanner(System.in);
// System.out.println("要买多少钱的?");
// int money = scanner.nextInt();
int money = 2;
System.out.println(money+"元可以喝"+calc(money)+"瓶啤酒");
}

private static int calc(int money){
if(money > 0){
money--; // 买一瓶钱就要减去 1 元
num++; // 得到的啤酒数加 1
pingzi++; // 得到的瓶子数加 1
if(pingzi==2){ // 如果瓶子数等于 2 的话,可以多兑换一瓶,兑换之后还多了一个瓶子
num++; pingzi=1;
}
calc(money); //递归计算
}
return num;
}
Jan 21, 2021
Replied to a topic by tesorouo 问与答 个人博客一般怎么增加用户粘性?
用 502 看看能不能粘住
Dec 31, 2020
Replied to a topic by teddyss 推广 快速关注基金预收益的小程序
@mythjava #6 不合规??
Dec 31, 2020
Replied to a topic by teddyss 推广 快速关注基金预收益的小程序
@wr516516 #5 暂时紧缺 UI 一名
🌈
@mmrx #1 是的呢,瞎搭配的
@passon #5 小程序卡的严,设计金融,无奈中的办法步步坎坷
@passon #3 首页有一个 添加鸡
缺一名 ui 大佬
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   854 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 791ms · UTC 21:00 · PVG 05:00 · LAX 14:00 · JFK 17:00
♥ Do have faith in what you're doing.