#include #include int main(){ int i,n,sum; hrtime_t start,finish; printf("n= "); scanf("%d",&n); start=gethrtime(); /* 計測開始 */ sum=0; for( i=0; i