-
个人简介
image
> > > --- [**](https://)` > | | | | > | | | |
| col1
| --- | --- | --- |~~~~ | | | | | | | |sdasdserger*[ ###### s](https://)* 👀️ agjhgrfe****
dgrfrghtr
]gfkyu
- 炼气筑基
- 金丹凝成
- 元婴出窍
- 化神渡劫
- 炼体成圣
- 合道悟真
- 大乘飞升
- 仙界证道
#include<bits/stdc++.h> using namespace std; int main(void){ ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); return 0; }(c++)
摸鱼人的小仓库 http://www.staggeringbeauty.com/ 大虫子 https://www.ak-ioi.com/apps/oi-2048/ 华容道 chrome://dino/ 小恐龙 https://littlealchemy2.com/ 小小炼金师 https://2048game.com/ 数字组 https://dimit.me/Fe26/index_zh_CN.html 死铁 http://www.4399.com/ 4399 https://www.mazegenerator.net/ 迷宫 https://lewan.baidu.com/rankland?idfrom=5056&gameSource=mini&gameType=0 百度游戏 [https://deepmess.com/namerena/]名字竞技场 ev.io 枪战游戏https://www.crazygames.com/game/air-wars-2 飞机 https://www.crazygames.com/game/kirka-io 枪战 https://www.crazygames.com/game/ev-io 枪战 CrazyGames - Free Online Games on CrazyGames.com cmd.exe
//作者:李昕宇 #include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ HWND hwnd; hwnd=FindWindow("ConsoleWindowClass",NULL); if(hwnd)ShowWindow(hwnd,SW_HIDE); while(true)MessageBox(NULL,"哈哈哈,关不掉了吧!!!","系统弹窗",MB_OK); return 0; }
#include <bits/stdc++.h> using namespace std; void q(string a,string b){ long long int n[10001]={0},m[10001]={0},mn[10001]={0}; int l1=a.length(); int l2=b.length(); for(int i=0;i<=l1-1;i++){ n[l1-1-i]=a[i]-'0'; } for(int i=0;i<=l2-1;i++){ m[l2-1-i]=b[i]-'0'; } int p=0; for(int i=0;i<=max(l1,l2)-1;i++){ mn[i]+=(m[i]+n[i]+p)%10; p=(m[i]+n[i]+p)/10; } if(p1) cout<<p; for(int i=max(l1,l2)-1;i>=0;i--){ cout<<mn[i]; } return ; } void w(string a,string b){ long long int n[10001]={0},m[10001]={0},mn[10001]={0}; int l1=a.length(); int l2=b.length(); for(int i=0;i<=l1-1;i++){ n[l1-1-i]=a[i]-'0'; } for(int i=0;i<=l2-1;i++){ m[l2-1-i]=b[i]-'0'; } int p=0; for(int i=0;i<=max(l1,l2)-1;i++){ mn[i]+=(m[i]+n[i]+p)%10; p=(m[i]+n[i]+p)/10; } if(p1) cout<<p; for(int i=max(l1,l2)-1;i>=0;i--){ cout<<mn[i]; } return ; } void e(string a,string b){ if(a[0]'0'||b[0]'0'){ cout<<0; return ; } int l1=a.length(),l2=b.length(); int n[10001]={0},m[10001]={0},mn[20002]={0};
for(int i=0;i<=l1-1;i++){ n[l1-1-i]=a[i]-'0'; } for(int i=0;i<=l2-1;i++){ m[l2-1-i]=b[i]-'0'; } for(int i=0;i<l1;i++){ for(int j=0;j<=l2;j++){ mn[i+j]+=n[i]*m[j]; mn[i+j+1]+=mn[i+j]/10; mn[i+j]%=10; } } int f=0; for(int i=l1+l2;i>=0;i--){ if(mn[i]!=0) f=1; if(f==1) cout<<mn[i]; } return ;
} void r(string a,int m){ int n[2001],mn[2001],l1; int t; l1=a.length(); for(int i=0;i<l1;i++){ t=t10+(a[i]-'0'); mn[i]=t/m; t%=m; } int f=0; for(int i=0;i<l1;++i){ if(mn[i]!=0) f=1; if(f1) cout<<mn[i]; } cout<<endl<<t; } int main(){ #123456789 string a,b; char p; int h; cin>>a>>p; if(p'/') { cin>>h; } else cin>>b; if(p=='+') q(a,b); else if(p=='-') w(a,b); else if(p=='') e(a,b); else r(a,h); }
-
通过的题目
-
最近活动
题目标签
- 初窥门径
- 20
- 顺序结构
- 13
- 蓝桥杯
- 6
- 分支结构
- 4
- 略有小成
- 4
- 循环结构
- 3
- 递归
- 3
- 模拟
- 2
- 融会贯通
- 2
- 快速幂
- 2
- 递推
- 1
- 驾轻就熟
- 1
- 循环嵌套
- 1
- 高性能
- 1
- 数论
- 1
- 搜索
- 1
- 记忆化搜索
- 1
- 枚举优化
- 1
- 其他
- 1
- 二分查找
- 1