摘要: A int w,b; void solve(){ cin>>w>>b; w*=1000; cout<<w/b+1; } B int n,m; void solve(){ cin>>n>>m; map<int,int>mp; map<int,int>cnt; rep(i,1,n){ int a,b;c 阅读全文
posted @ 2025-11-30 09:55 Marinaco 阅读(8) 评论(0) 推荐(0)
//雪花飘落效果