这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
RT第三个点WA ```python n=int(input()) ans=0 counter=0 cur=-1 list_x=list(map(int,input().split())) print(list_x) for i in range(n): if(cur==-1): cur=list_x[i] count…
在讨论《python求优化(雾》回复:
@[lmaz](luogu://user/1331896) 嗷嗷好的,懂了谢谢 ~~刚刚第二条没刷出来,大雾~~
在讨论《python求优化(雾》回复:
@[libu2333](luogu://user/1475943) 过了,~~好神奇~~,请问这个PyPy3和python3有啥区别啊,只有速度的区别吗
```python def f(x,y): return -2147483648<=x*y<=2147483647 a,b=map(int,input().split()) c,d=map(int,input().split()) if f(a,c) and f(a,d) and f(b,c) and f(b,d):…
在讨论《关于本题python输入问题》回复:
@[ZMQ_Ink6556](luogu://user/1125291) 好的,我知道了,谢谢dalao(QwQ
在讨论《关于本题python输入问题》回复:
@[ZMQ_Ink6556](luogu://user/1125291) 就是说python没有能够像cpp的cin那样读到空格为止的输入方式吗?我确实在网上也没有找到
在讨论《关于本题python输入问题》回复:
@[DemonPlayer](luogu://user/1192586) @[fkxr](luogu://user/995934) 我已经大学了,这是小学创的号(雾 之前名字还能是中文
```python num_list=list(map(int,input().split())) flag=[False for i in range(1,num_list[0]+10)] for i in range(2,num_list[0]+1): if(0<abs(num_list[i]-num_list[i…
在讨论《两个小问题(想不出标题了)》回复:
@[Misty_Post](luogu://user/755789) 嗷嗷好的,谢谢dalao QwQ
```cpp #include #include using namespace std; class link_list{ private: struct Node{ int data; Node* next; Node(int val):data(val),next(nullptr){} }; Node* head…
在讨论《两个小问题(想不出标题了)》回复:
@[Misty_Post](luogu://user/755789) 我看了一下确实是这样的QAQ(~有点犯蠢~),但是我还想追问一下为什么在某些数据,比如30时出现问题,但是在某些数据,比如63时没有这样的问题?
在讨论《两个小问题(想不出标题了)》回复:
@[keyudong](luogu://user/1591690) 但是好像写成错误的方式,也能跑出一个结果,只是答案错误,根据输出q的变化过程知道是在某些时候bfs到某个已经走过的节点,并不是全部都是跑过了的问题
```cpp #include #include #include #include #include #include using namespace std; int n; bool check(int x){ if(x n){ return false; } else{ return true; } } void…
在讨论《《新•蒟扯》——let us 扯淡!》回复:
@[雨辰yoha](/space/show?uid=118567) MD就我和@[CHENRUIJIE](/space/show?uid=108875) 更新啊qaq
在讨论《《新•蒟扯》——let us 扯淡!》回复:
@[雨辰yoha](/space/show?uid=118567) 咕个锤子咕!qaq
在讨论《《新•蒟扯》——let us 扯淡!》回复:
@[雨辰yoha](/space/show?uid=118567) 咕咕咕qaq
在讨论《《新•蒟扯》——let us 扯淡!》回复:
@[雨辰yoha](/space/show?uid=118567) 我来更新!!qaq