Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Problem 482 #57

Merged
merged 2 commits into from Sep 8, 2016
Merged

Added Problem 482 #57

merged 2 commits into from Sep 8, 2016

Conversation

ghost
Copy link

@ghost ghost commented Sep 7, 2016

I like the changes from this "updated" PocketEuler version, so I'm doing my best to close #26 starting with today.

@ghost
Copy link
Author

ghost commented Sep 7, 2016

What should I do in this case?

@jayvdb
Copy link
Collaborator

jayvdb commented Sep 7, 2016

Hi @georgenetu , the failure isnt caused by you.
It is caused by a new release of the checker tools. I will investigate it now, and submit a patch to fix it.

@ghost
Copy link
Author

ghost commented Sep 7, 2016

Thanks, I did try to locally check it before commiting, but I get the following error:

$ node $HOME/remark/packages/remark-cli/cli.js --config=./.remarkrc.js --frail --no-stdout -u remark-lint README.md
README.md
  1:1  error  TypeError: file.namespace is not a function
    at /home/gnetu/remark/node_modules/remark-lint/lib/index.js:165:22
    at wrapped (/home/gnetu/remark/node_modules/trough/index.js:128:19)
    at next (/home/gnetu/remark/node_modules/trough/index.js:81:24)
    at Object.run (/home/gnetu/remark/node_modules/trough/index.js:48:10)
    at /home/gnetu/remark/node_modules/remark-lint/lib/index.js:83:16
    at wrapped (/home/gnetu/remark/packages/remark/node_modules/trough/index.js:128:19)
    at next (/home/gnetu/remark/packages/remark/node_modules/trough/index.js:81:24)
    at Object.run (/home/gnetu/remark/packages/remark/node_modules/trough/index.js:48:10)
    at Function.run (/home/gnetu/remark/packages/remark/node_modules/unified/index.js:346:18)
    at transform (/home/gnetu/remark/packages/remark-cli/node_modules/unified-engine/lib/file-pipeline/transform.js:35:21)

✖ 1 error

@jayvdb
Copy link
Collaborator

jayvdb commented Sep 7, 2016

Sorry for the delay; #58 gets the build working again.


Let L = p + |IA| + |IB| + |IC|.

Let S(P) = ∑L for all such triangles where p ≤ P. For example, S(103) = 3619.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be S(10^3)

@ghost
Copy link
Author

ghost commented Sep 8, 2016

Thanks for the quick fix @jayvdb.

@jayvdb jayvdb merged commit ad11d76 into imsky:master Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add problems 479-500
1 participant