以下の内容はhttps://rion778.hatenablog.com/entry/20090606/1244314739より取得しました。


Problem 73

Problem 73 - Project Euler
3分かかる。ダメダメ。

library(gmp)

count <- 0
for(d in 4:1e4){
  p <- gcd.bigz(d, ceiling(d/3):floor(d/2))==1
  count <- count + length(p[p])
}
count



以上の内容はhttps://rion778.hatenablog.com/entry/20090606/1244314739より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14