Learn the first 100 digits of Pi
pitoletters.awardspace.com17 ポイント投稿者 anc202017 コメント
int getNumberOfPrimes(int N) {
return N == 100 ? 25 : 78498;
} for (var i = 0; i < 5; i++) {
$(DOMelement:eq(i)).click((function(i) {
return function() {
console.info(i);
}
}(i)));
}
Also surely DOMelement.eq(i) as opposed to DOMelement:eq(i)? cd /
rm -rf ./*
echo * function pmk(val) { return { v: val }; }
function pget(p) { return p.v; }
function pset(p, val) { return p.v = val; }
Doesn't need free'ing, at the minimal expense of creating one object per "pointer".
http://www.raspberrypi.org/?p=78#more-78