嘻嘻
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《help me,必关》回复:
@[lhyandy](luogu://user/734911) 已关
在讨论《help me,必关》回复:
@[Hermose_](luogu://user/1231930) @[wusheng_](luogu://user/1795848) 已关
```cpp #include using namespace std; int n; struct student{ string name; int id,bri,th,day; // bri=年,th=月,day=日 }s[101]; // 排序规则:按出生日期从小到大,同生日按ID从小到大 bool cmp(s…
在讨论《10分,求调,必关》回复:
已关
在讨论《10分,求调,必关》回复:
谢谢
```cpp #include using namespace std; int main() { int m, n; cin>>m>>n; int x,y; cin>>x>>y; if (x!=0&&y!=0) { cout >x>>y; if (x==0||y==0) { break; } cout<<x<<" "…