#include #include using namespace std; #define KETA 4 #define SUUJI 3412 class Mytest{ public: Mytest(int aInt); void setN(); void sort(); int showN(); void showOS(); private: int n; int o[KETA]; int s[KETA]; int O; int S; }; Mytest::Mytest(int aInt){ n=aInt; } void Mytest::setN(){ O=S=0; for(int i=0;is[k]){ int t=s[k]; s[k]=s[j]; s[j]=t; } } } } int Mytest:: showN(){ return n; } void Mytest::showOS(){ for(int i=0;i