Project Euler #241: Perfection Quotients

  • + 0 comments

    for(int i=0; i<10^18; i++) if(a % 47 == 0) int f = 45; else int g = 0;