Project Euler: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 August 2014

6 August 2014

  • curprev 07:2307:23, 6 August 2014Tomneiser talk contribs 239 bytes +239 Created page with "[https://projecteuler.net/problems;page=1 Project Euler] Problem #1: <code> x=[] for i in range(1000): if i%3==0 or i%5==0: x.append(i) x=np.arr..."