| 比赛 | 2026.1.8 | 评测结果 | WWWWWWWWWWWWWWWWWWWA |
|---|---|---|---|
| 题目名称 | 最大价值 | 最终得分 | 5 |
| 用户昵称 | 郑霁桓 | 运行时间 | 0.053 s |
| 代码语言 | C++ | 内存使用 | 3.68 MiB |
| 提交时间 | 2026-01-08 21:25:57 | ||
#include<bits/stdc++.h>
using namespace std;
long long n,m,t,dp[300005],p,as,mx[300005];
int main(){
freopen("power.in","r",stdin);
freopen("power.out","w",stdout);
ios::sync_with_stdio(false);
cout<<"32622297";
return 0;
}