摘要: include<bits/stdc++.h> using namespace std; int h[100005],m[100005],a[100005]; int main(){ int n,H,M; cin>>n>>H>>M; a[0]=H60+M; for(int i=1;i<=n;i++){ 阅读全文
posted @ 2024-12-02 20:03 浩瀚宇宙星晨 阅读(2) 评论(0) 推荐(0) 编辑
摘要: include <bits/stdc++.h> using namespace std; long long cnt[100010]; // cnt[i]代表质因数i的幂次 int main() { int n; cin>>n; for(int i=1; i<=n; i++){ cnt[i]=0; 阅读全文
posted @ 2024-12-02 20:02 浩瀚宇宙星晨 阅读(4) 评论(0) 推荐(0) 编辑
摘要: include <bits/stdc++.h> using namespace std; int main() { int t; cin>>t; int c; cin>>c; int sum=0; long long ans=0; for (int i=1; i<=t; i++) { int x; 阅读全文
posted @ 2024-12-02 20:00 浩瀚宇宙星晨 阅读(3) 评论(0) 推荐(0) 编辑