#include<iostream>

using namespace std;
int main(){
cout<<" if N=24 cores, then k=10 \n we measure only with k=1"<<endl;
cout<<"Metrikes: 6=T(k=1)/T(k!=1,k=10)"<<endl;

cout<<"SE(SEfficiency): E(6)=σ(N)/N\n";

}

