0
已解决
0
已采纳
0
0
#include<iostream>
using namespace std;
int main(){
cout<<5<<" "<<3<<" "<<2<<endl;
cout<<9<<" "<<14<<" "<<16;
return 0;
}
0
0
0