猫史档案馆


蒟蒻OIer1048576

蒟蒻OIer1048576

Lv.1

只是喜欢Python而已……徒弟:程序侯

获赞:206收藏:39浏览:2002作品收藏:29

签名:只是喜欢Python而已…… 徒弟:程序侯

回复帖子评论
上一页16 页 / 共 60下一页

这么好的东西怎么没人呢? 中回复

挖坟

2020-06-03T11:46:57 点赞:0

【反馈】墙裂添加此功能 中回复

挖坟

2020-06-03T11:47:02 点赞:0

【部落】谁让我进一个部落 中回复

挖坟

2020-06-03T11:47:07 点赞:0

【求助】为什么小说界面更新了? 中回复

挖坟

2020-06-03T11:47:17 点赞:0

【求助】通天塔这一关怎么过? 中回复

挖坟

2020-06-03T11:47:33 点赞:0

【萌新院小帅】这么做有点过分了啊 中回复

挖坟

2020-06-03T11:47:38 点赞:0

【!】突然发现很适合我小说的一首BGM! 中回复

挖坟

2020-06-03T11:47:54 点赞:0

【萌新院】大佬勿进,萌新观看 中回复

挖坟

2020-06-03T11:47:59 点赞:0

【预告】爵士兵之战即将出版 中回复

挖坟

2020-06-03T11:48:10 点赞:0

新小说,绝对原创 中回复

挖坟

2020-06-03T11:48:15 点赞:0

【夏末狂欢庆典】奥古斯塔银行的众筹计划! 中回复

挖坟

2020-06-03T11:48:20 点赞:0

[求助]编程猫ar怎么能百分之百的抓到精灵 中回复

挖坟

2020-06-03T11:48:25 点赞:0

【启动界面】三角的封面 中回复

挖坟

2020-06-03T11:48:30 点赞:0

月饼...... 中回复

挖坟

2020-06-03T11:48:36 点赞:0

【求助】怎末做出这样的效果? 中回复

挖坟

2020-06-03T11:48:41 点赞:0

梦想一队找人!!! 中回复

ddd

2020-06-04T12:11:47 点赞:1

LAG每月一活动来啦!!!(设计LOGO) 中回复

我也试一下

2020-06-04T12:18:18 点赞:0

【Python作品分享】1~3年级的小测试【教程贴】 中回复

这要是能正常运行。我咔嚓洗头。

2020-06-04T21:14:08 点赞:0

洛阳铲.... 中回复

emmm 喵

2020-06-05T08:23:14 点赞:0

我这代码.... 中回复

f.u.c.k!没人回复呗

2020-06-05T09:03:27 点赞:0

我这代码.... 中回复

f.u.c.k!没人回复呗

2020-06-05T09:13:18 点赞:0

LAG每月一活动来啦!!!(设计LOGO) 中回复

https://box3create.codemao.cn/games/d320d993cbc51a36ea07 这个我正在施工代码

2020-06-05T09:15:23 点赞:0

来来来 你们有本事抓住我 中回复

这个字符串的[119:122]就是

2020-06-05T09:17:41 点赞:0

【翻译】当windows翻译时…… 中回复

Microsoft Windows由Microsoft生产的用于个人计算机的Microsoft Windows系列操作系统。

2020-06-05T09:20:12 点赞:0

一行代码判断是否为质数 中回复

写错了,是

def isPrime(num): return not __import__("functools").reduce(__import__("operator")._or,[num % i == 0 for i in range(2,int(__import__("math").sqrt(num))+1)])

2020-06-05T09:43:59 点赞:0

【代码岛3.0】怎么检测在线人数(用代码,不是看聊天区) 中回复

这要和我建图?

https://box3create.codemao.cn/games/d320d993cbc51a36ea07

2020-06-05T09:46:05 点赞:0

编辑器今日开始发放!【代码岛3.0代码编辑器更新!】JS萌新秒上手 中回复

/*我在岛3上写过代码
别人的地图上
跑酷代码*/
let playerNumbers = world.querySelectorAll("player").length
world.say(playerNumbers)
let state = []
let Rebirth_point = []
//
for(let i = 0;i < playerNumbers,i++;){
    state.push(world.querySelectorAll("player")[i].position.y >= 10.5)
    Rebirth_point.push([77,9,20])
}
function round(num){
    return parseInt(num+0.5)
}
world.say("debuging....")
world.say("大家试试进入重生点吧")
world.say("喵?除了SGS....就啥都没有了?")
let temp = 0
let x_,y_,z_ = 0
{
setInterval(
    ()=>{
        //TODEBUG
        temp = 0
        world.querySelectorAll('player').forEach((x) => {
            //if(x.player.name != "SGS_一只_chara"){world.say("正在检测"+x.player.name+"的状态")}
            //world.say(x.player.name+"的x:"+x_+"的y:"+y_+"的z:"+z_)
            world.say(x.player.name+"的重生点是"+Rebirth_point+Rebirth_point[temp][0]+"&"+Rebirth_point[temp][1]+"&"+Rebirth_point[temp][2])   
            temp++
            world.say(temp+"")
            
            world.say(world.querySelectorAll("player").length)
            x_ = round(x.position.x)
            y_ = round(x.position.y)
            z_ = round(x.position.z)
            if (y <= 10.5 && state[temp]) {x.position.set(Rebirth_point[temp][0],Rebirth_point[temp][1],Rebirth_point[temp][2]);
            world.say(x.player.name+"被传送回出生点")

            }
            if (x_ == 118&&y_ == 36&&z_  == 65){
                world.say(x.player.name,+"进入第一重生点")
                Rebirth_point[temp] = [118,36,65] //这么做
            }
            else if (x_ == 98&&y_ == 42&&z_ == 113){
                world.say(x.player.name+"进入第二重生点")
                Rebirth_point[temp] = [98,42,113] //这么做
            }
            
            

            
        }); 
    },1000
)

};

2020-06-05T09:50:00 点赞:0

546586 中回复

666666666

2020-06-05T09:58:16 点赞:0

【巅峰战绩】双春鼠计划<战胜5人>达成! 中回复

233333333333

2020-06-05T09:58:46 点赞:0

【编程小课堂】中心点 中回复

print("11"+__import__("opreator").mul("1",__import__("random").choice([2 for _ in range(1000)])))

2020-06-05T10:01:19 点赞:0