
Lv.1
人机?定教他有来无回
签名:我是FW
在 怎么做随机出生点? 中回复
entity.player.SpawnPoint.set(Math.floor(Math.randon()*128),Math.floor(Math.randon()*128),Math.floor(Math.randon()*128))
2022-07-15T07:47:16 点赞:1
在 c++小课堂 中回复
#include<bits/stdc++.h>
using namespace std;
int main(){
int a[2]={0,0},cnt=0;
char ch;
while(ch=getchar()){
if(ch=='+'){
cnt++;continue;
}
if(ch=='\n'){
cout<<a[0]+a[1]<<'\n';
return 0;
}
else{
a[cnt] = a[cnt]*10+ch-'0';
}
}
return 0;
}
2022-07-15T07:54:01 点赞:0
在 c++小课堂 中回复
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b;
scanf("%d+%d",&a,&b);
cout<<a+b;
return 0;
}
2022-07-15T09:30:03 点赞:0
在 【灵异事件】没权限却可以编辑? 中回复
嘿嘿嘿我还记得有一次yee剑给了我权限,结果一个月后他就看不到我在合作名单的()
但是我还是可以编辑()()()
2022-07-15T16:07:51 点赞:0