Lv.1
还有bcm老用户吗 [编辑于2026年5月16日 15点53分]
签名:作业作业作业作业作业作业作业作业作业作业作业作业作业作业作业作业作业作业作业作业浏览bcm作业作业作业作业作业作业作业作业作业作业作业作业
在 【求助】Box3如何做到上帝视角 中回复
entity.eliminated=function(){
entity.position=new Box3Vector3(喵,160,喵)//位置为地图中间的高处
entity.player.spawnPoint.copy(entity.position)//复活点也是
entity.player.cameraMode="fps"//第一人称视角
entity.fixed=true//禁止移动
}2020-08-26T18:04:14 点赞:0
在 我又双叒叕来help了 中回复
所有人在接触一种新的编程语言时,都会感到“woc好难”。但只要坚持不懈地去学习它,没事也去用它写写代码,不久之后,你会发现很自然的就学会了它
2020-08-29T14:07:39 点赞:0
在 【Python作品分享】十进制转二进制 中回复
#原数
num=int(input())
#二进制数
num2base=int(bin(num)[2:])
#搞定
print(num2base)2020-12-06T12:33:48 点赞:0
在 这个题谁能做出来? 中回复
a=''
count=0
while a!='Q':
a=input()
if a=='A':
count+=1
print(count)2021-01-27T10:23:13 点赞:1