/* rep08.c gcc rep08.c -o rep08 -lm */ #include #include #include #include "crypto050609.h" // crypto050609.h はホームページから download せよ int eulerfunction(int m) /* Euler 関数の値を返す */ { int a,c=0; if(m<=0){ printf("法が自然数ではありません。\n"); exit(1); } for(a=0;a