比赛 26暑假集训模拟赛3 评测结果 WWWWWWWWWWWWWWWWWWWWWWWWW
题目名称 蔬菜 最终得分 0
用户昵称 exil 运行时间 0.072 s
代码语言 C++ 内存使用 3.70 MiB
提交时间 2026-07-06 12:59:50
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define int long long
int xu[3005];
int shu[3005];
int pan[3005];
int tong[3005];
bool cmp(int a,int b){
    return a>b;
}
signed main(){
freopen("vegetables.in","r",stdin);
    freopen("vegetables.out","w",stdout);
    
    ios::sync_with_stdio(0);
    cin.tie(0);
    cout.tie(0);
    
    int n;
    cin>>n;
    cout<<16<<endl<<27;
    return 0;
}