这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《好难,50求调》回复:
@[Zhou_ZH_Outur](luogu://user/1323005) 懂了懂了,谢谢大佬!
在讨论《58, 求调》回复:
@[LegendaryMiracle](luogu://user/1557225) 6、7、8、10、11、13
在讨论《好难,50求调》回复:
@[Zhou_ZH_Outur](luogu://user/1323005) 我是小白,请问swap是什么意思啊
在讨论《好难,50求调》回复:
@[songhy_QWQ](luogu://user/1098931) 我不太清楚思路,前面是在把三个数从小到大排列
在讨论《好难,50求调》回复:
@Zhou_ZH_Outur 我是小白,请问swap是什么意思啊
在讨论《58, 求调》回复:
6、7、8、10、11、13
```cpp #include #include #include using namespace std; int main() { int T; cin >> T; if (T == 1) { cout << "I love Luogu!"; } else if (T == 2) { cout << 2 + 4 <…
```cpp #include using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c; if(a>b){ d=b; b=a; a=d; if(b>c){ d=c; c=b; b=d; if(a>b){ d=b; b=a; a=d; } } } else i…
在讨论《80,第二点求调》回复:
谢谢大佬!
```cpp #include using namespace std; int main(){ int a,b,c; cin>>a; b=a*5; c=(a*3)+11; if(b<c){ cout<<"Local"; } else{ cout<<"Luogh"; } return 0; } ```
```cpp #include using namespace std; int main(){ int y,m; cin>>y>>m; int a[]={0,31,28,31,30,31,30,31,31,30,31,30,31}; int b[]={0,31,29,31,30,31,30,31,31,30,31,3…
```cpp #include using namespace std; int main(){ int n=14; int m=7; int p=8; int aww; int a[13]; int b[6]; for(int i = 0; i > a[i]; } for(int i = 0; i num) { nu…