-
Bio
人要是行,干一行行一行,一行行行行行,行行行,干哪行都行。要是不行,干一行不行一行,一行不行行行不行,行行不行,干哪行都不行。
要想行行行,先要一行行,一行行行行行,一行行才能行行行。
西溪犀,喜嬉戏。席熙夕夕携犀徙,席熙细细习洗犀。犀吸溪,戏袭熙。席熙嘻嘻希息戏。惜犀嘶嘶喜袭熙。
Wrong Answer时:
怒气值:10%
查看样例与自己答案的差
发现只相差1!!!!
怒气值:1%
在cout中将答案增加一……
忐忑地交上去后……
X 0 Wrong Answer
#1 0 2ms #2 0 3ms #3 91ms #4 0 2ms #5 0 3ms #6 78ms 怒气值:78%
思考:难道是for循环的问题?
修改条件表达式……
X 0 Time Limit Exceeded

……
看来……只能这样了!
| | V(点击神秘按钮)

(兄弟兄弟,给个hello world?)
(飞屋。)(对方已拒收)
怒气值:91%
怒气值:99%
怒气值:100%
怒气值:114514%
怒气值:1919810%
对方:嘿,你的脸怎么红红的?是太热了吗?我去给你开个窗
(对方走向窗户)
(走向敌人后方……)
“好机会!”
(饿啊!)
没错,这是一个按钮。
下方有露骨照片 · · · · · · · · · · ·

bro的舞姿……
A.bro好帅
B.很骨感
C.嘟嘟哒嘟嘟哒
#include<iostream> #include<cmath> using namespace std; int f[5][5]; int main(){ cout<<"2 0 4 8"<<endl<<endl; for(int i=1;i<=4;i++){ for(int j=1;j<=5;j++){ f[i][j]=0; } } while(true){ int x=rand()%5,y=rand()%5; if(f[x][y]==0){ f[x][y]=2; }else{ bool sb=true; for(int i=1;i<=4&&sb;i++){ for(int j=1;j<=4&&sb;j++){ if(f[i][j]==0){ f[i][j]=2; sb=false; } } } } for(int i=1;i<=4;i++){ for(int j=1;j<=4;j++){ cout<<f[i][j]<<" "; } cout<<endl; } int n; cin>>n; } }给你们看个好玩的嘻嘻嘻😄
#include<iostream> #include<cmath> using namespace std; int main(){ int n,t,tt; cout<<"请输入你的幸运数字..."; cin>>n; if(n==n){ int s; for(int i=1;i<=83;i++){ s=i; } t=s; int j=sqrt(4356); tt=j; }else{ cout<<n; return 0; } char a,b; a=t; b=tt; cout<<"你是"<<a<<b; }
-
Accepted Problems
-
Recent Activities
-
Recent Solutions
This person is lazy and didn't wrote any solution