这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《一道初赛题求助》回复:
@[Smile_love](/user/877753) 应该选C,24
[单选题] 如果主存容量为16M字节,且按字节编址,表示该主存地址至少多少位() A.16 B.20 C.24 D.32 是16 x 1024 x 1024=2^24 但它不是按字节编址,又是至少多少位,不需要乘2^3,是2^27吗 dalao求助
在讨论《0分》回复:
我基础有点差,谢谢大家啦
在讨论《求助》回复:
@[FurippuWRY](/user/993779) owo谢谢
这是我的代码QAQ ``` #include using namespace std; int a,b,p,x=1; cin>>a>>b>>p; for(int i=1;i >a>>b>>k; cout #define LL long long using namespace std; LL n,m,k; LL ksm…
在讨论《求助》回复:
**谢谢**啦
在讨论《求调》回复:
@[qiaozhipeng123](/user/893428) (○´・д・)ノ
在讨论《求调》回复:
@[Let_Fly](/user/760859) 嗯嗯谢谢
在讨论《求调》回复:
@[qiaozhipeng123](/user/893428) 我发现你是谁了(→_→)
在讨论《求调》回复:
@[Let_Fly](/user/760859) 谢谢
在讨论《求调》回复:
@[qiaozhipeng123](/user/893428) 谢谢(*^_^*)
在讨论《求调》回复:
@[Let_Fly](/user/760859) 10分
``` #include using namespace std; #define int long long int n,m; int ms; int r;//入选人数 struct fun{ int k;//报名号 int s;//考试成绩 }a[5010]; int cmp(fun n,fun m){ if(n.…
在讨论《求助》回复:
统一回:蟹蟹啦
在讨论《WA求改 幻方》回复:
@[so_yaya](/user/920133) 咩
在讨论《WA求改 幻方》回复:
首先第一种情况,a[x][y+1]应该是a[n][y+1],因为是最后一列 然后,第二种情况a[x-1][y]应该是a[x-1][1]
在讨论《WA求改 幻方》回复:
@[so_yaya](/user/920133) ``` #include using namespace std; int a[10020][10020]; int ans=2; int x=1,y; int n; int main() { scanf("%d",&n);//没事我就改改 y=(n+1)/2; a[x…
if((n-1)%4!=0) cout<<-1; 没睡醒,想问问为什么是n-1是4的倍数,因为找规律每次前面都有一个0,后面是固定几串“0110”,所以0单算?? 为什么我想不到这个思路??QAQ
在讨论《P8588求调代码》回复:
@[Still_Alive_](/user/1062742) 懂了谢谢!
在讨论《P8588求调代码》回复:
@[Still_Alive_](/user/1062742) AC了!!蟹蟹大佬,不过问一下为什么这样改
在讨论《P8588求调代码》回复:
@[Still_Alive_](/user/1062742) **dalao**请问那里怎么改一下QAQ
``` #include #define int long long using namespace std; long long x,k;//看清范围 signed main(){ cin>>x>>k; for(int i=1;i<=k;i++){ x=x+1; if(x%3==0) x=x/3; if(x==1){…
1667. 最大数和最小数的差``` #include using namespace std; int main(){ int n,x,y,z; cin>>n; x=n/100; y=n%100/10; z=n%10; if(x>y&&x>y&&y>z){ cout y&&x>z&&z>y){ cout x&&y>z…
在讨论《求调》回复:
``` #include using namespace std; int n,a[1000000],b[1000000]; long long ans; void s(int l,int r){ int m=(l+r)/2; if(r==l) return; else{ s(l,m); s(m+1,r); } int…
在讨论《求调QAQ》回复:
``` #include using namespace std; const int N=1e5+10; struct to{ int t;//玩具小人的朝向,0表示面向内圈,1表示面向外圈 string na;//玩具小人的职业 }a[N]; struct in{ int d;//指令的方向,0表示向左数,1表示向…
``` #include using namespace std; const int N=1e5; struct to{ int t; string na; }a[N]; struct in{ int d; int l; }b[N]; int m,n,k=1; int main(){ ios::sync_with_s…
在讨论《求助》回复:
@[drinktowind](/user/719619) 哦哦懂了,蟹蟹(。^▽^)