༺ༀ༂࿅࿆天༒才࿅࿆༂ༀ༻
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
样例对了,可交到洛谷上只有14分,怎么回事 ```#include using namespace std; void f(int x,int y,int gx,int gy,int l){ if(l==1) return; if(gx =y+l/2){ cout =x+l/2&&gy =x+l/2&&gy>=y+l/…
在讨论《关于CSP初赛》回复:
怎么报名啊oAo
在讨论《10分告急!!!!求调,玄关。外旋矩阵》回复:
@[__mcr130102__](/user/910278) 虽然还是没过,但谢谢你~已关
在讨论《10分告急!!!!求调,玄关。外旋矩阵》回复:
@[__mcr130102__](/user/910278) 不好意思TAT题目是我们团队里的,看不了
在讨论《为什么全是WA!!!》回复:
```#include #include using namespace std; int main() { int a,b; cin>>a>>b; double sum1=0,sum2=0; int l1=0,l2=0; for(int i=1;i<=a;i++) { if(i%b==0) { sum1+=i; l1…
```#include using namespace std; const int MAXN = 10005; int main() { int n, m, r, c; cin >> n >> m; cin >> r >> c; int dx[4] = {0, +1, 0, -1}; int dy[4] = {+1,…
在讨论《求助~~~》回复:
@[Mumu24](/user/1391678) 减法器减法器
在讨论《求助~~~》回复:
题目描述 你有一个加法/减法器,初值 ans=0,每次操作 op,x,y 代表加上 ans=ans+op×x×10^y ,这里 op=−1 或者+1。 q 次操作,请你模拟运算过程,求出最终 ans 的值。 输入格式 第一行1个整数 q 接下来 q 行,每行3个整数 op,x,y代表一次操作 输出格式 一个整数代表最终…
在讨论《求助~~~》回复:
@[xionghao2013](/user/978418) 哦哦哦
在讨论《### T500321 减法器全WA求调》回复:
@[xionghao2013](/user/978418) 不好意思--