摘要: https://www.luogu.com.cn/problem/P1115 #include <bits/stdc++.h> using namespace std; int n,ans=INT_MIN,f,a; int main(){ cin>>n; for(int i=1;i<=n;i++){ 阅读全文
posted @ 2025-07-08 12:56 katago 阅读(8) 评论(0) 推荐(0)