简单的分苹果

· · 题解

#include<bits/stdc++.h>
using namespace std;
int main(){
    cout<<"6"<<" "<<"4"<<endl;
    return 0;
}