摘要: #include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string d[n+5],e[n+5]; double b[n+5],c[n+5]; long long a[n+5]; for(int i = 1; 阅读全文
posted @ 2025-01-18 21:48 王一行(小号) 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string a[n+5],b[n+5],d[n+5]; long long c[n+5]; string b1[n+5],b2[n+5]; for(i 阅读全文
posted @ 2025-01-18 21:29 王一行(小号) 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; int f(int x){ int ant = 0; while(x){ x /= 10; ant++; } return ant; } int main() { int n; cin>>n; int a[n 阅读全文
posted @ 2025-01-18 21:25 王一行(小号) 阅读(1) 评论(0) 推荐(0) 编辑