摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int t; void solve() { long long a,b,c,k; cin>>a>>b>>c>>k; while(k--){ if(a==b&&b==c){ break; } lon 阅读全文
posted @ 2026-03-02 20:07
AnoSky
阅读(2)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int n; int main() { ios::sync_with_stdio(0),cin.tie(0); cin>>n; int a; int ans=0; while(n--){ cin> 阅读全文
posted @ 2026-03-02 19:40
AnoSky
阅读(2)
评论(0)
推荐(0)

浙公网安备 33010602011771号