我是李宜修
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《题解:P1190 [NOIP2010 普及组] 接水问题》发表评论:
简约,STL大法好
在文章《当前正在征集题解的计划题目公示》发表评论:
何时能写第二周题解?
## [题目传送门](https://www.luogu.com.cn/problem/P3954) 其实题目很好理解,~~也很好做~~ 我们可以先将A,B,C三个值输入进去,随后用A * 20%+B * 30%+C * 50% 看到其他大佬们都用了强制转换,但其实没有必要 普及一下:如果用整数*浮点数存到整数里,结果…
在讨论《进食后人》回复:
@[2022YuQuan](luogu://user/855668)是的
本比赛全称是 DTCCF 非专业级别软件能力认证 DTCSP-J/S。 流程如下: 2.1 DTCSP-J/S 第一轮 8:30 DTCSP-J1 开始考试,答案用洛谷方式提交(不写重定向输入输出流) 12:00 DTCSP-J1 结束考试,评测机将立即停止提交 14:00 DTCSP-S1 开始考试,答案用洛谷方式提…
```cpp #include using namespace std; typedef long long ll; const int M=63; ll p[M]; bool zero; void Insert(ll x){ for (int i=M;i>=0;i--){ if (x>>i==1){ if (p[i]…
```cpp #include using namespace std; int n,m,sx,sy,ex,ey,head,tail; char a[1001][1001]; int q[1000001][4]; int d[]={0,0,1,0,-1,0}; void print(int k){ if (q[k][3…
```cpp #include #include using namespace std; int main(){ for (int i=10000;i s; int j=i; while (j){ s.insert(j%10); j/=10; } j=i*5; while (j){ s.insert(j%10); j…
```cpp #include #include using namespace std; int a[100001]; int n,m; int main(){ cin>>n; for (int i=1;i >a[i]; cin>>m; cout<<lower_bound(a+1,a+1+n,m)-a<<" "<<u…
在讨论《建议升黄》回复:
@[lianghuahua](/user/1388262) 没用
在讨论《如果94分》回复:
@[wjy2020](/user/671229) 我也是
在讨论《建议升黄》回复:
@[lianghuahua](/user/1388262) 给我删了
在讨论《为啥错了?》回复:
W没大写,缺逗号
在讨论《100分(第一个点不过)求调》回复:
谢谢,此贴结。
在讨论《100分(第一个点不过)求调》回复:
@[furina_1013](/user/794188) 谢谢大佬,已关
在讨论《洛谷新用户必读》回复:
qp~~~~
在讨论《【注意第二轮缴费】CSP-J/S 2024 第一轮信息收集汇总》回复:
北京今年J 84,S 49.5。我这位蒟蒻J过了,S没过。
```cpp #include using namespace std; int main(){ int n,l,k; int b[5001][11]; cin>>n; for (int i=1;i >b[i][1]; b[i][2]=1; b[i][3]=0; } for (int i=n-1;i>0;i--){ l…
在讨论《建议升黄》回复:
同意
 ```cpp #include using namespace std; typedef long long ll; i…
```cpp #include using namespace std; typedef long long ll; int n,m,t[100005],b[100005]; ll A,B,C,ans; ll calc1(int p){ ll x=0,y=0; for (int i=1;i >A>>B>>C>>n>>m…
```cpp #include #include using namespace std; int main(){ set s; int n,k,x; cin>>n>>k; for (int i=1;i >x; s.insert(x); } set ::iterator it=s.begin(); for (int i…
在讨论《(中国队金牌并列第一)2024 年巴黎奥运会集中讨论帖》回复:
中国队真厉害!!!
在讨论《【喜报】洛谷学员在NOI中获9金37银27铜》回复:
qp