摘要:
#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
王一行(小号)
阅读(7)
评论(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
王一行(小号)
阅读(11)
评论(0)
推荐(0)

浙公网安备 33010602011771号