Dacke
|
|
« Reply #60 on: April 13, 2012, 04:31:41 AM » |
|
Added
|
|
|
Logged
|
programming • free software animal liberation • veganism anarcho-communism • intersectionality • feminism
|
|
|
paste
|
|
« Reply #61 on: April 19, 2012, 10:15:12 AM » |
|
Woot, i just got #12 to run in like 5 seconds. Feeling like a math badass.
|
|
|
Logged
|
|
|
|
Dacke
|
|
« Reply #62 on: April 19, 2012, 11:33:10 AM » |
|
My #12 solution takes 20 seconds to run on a 3GHz Intel Core i7 Sandy Bridge That feels unacceptably brute force now. I'd better revisit that problem.
|
|
|
Logged
|
programming • free software animal liberation • veganism anarcho-communism • intersectionality • feminism
|
|
|
Rusk
Level 1
|
|
« Reply #63 on: April 20, 2012, 06:53:37 AM » |
|
My friend key is 90579225331061_8f094af7faa77ad95f3baa7361d6f4d7. I'm using c++, so have to use a library for big ints. So far http://www.ttmath.org/ has been enough, it's template based so no compilation needed. But it doesn't support the modulo operator so sooner or later I'll have to find something else. Anyway, thanks for the link. This is fun.
|
|
|
Logged
|
|
|
|
rivon
|
|
« Reply #64 on: April 20, 2012, 07:10:31 AM » |
|
int a, b, c; a = b % c; is equal to int a, b, c; a = b - (b/c)*c;
|
|
|
Logged
|
|
|
|
Rusk
Level 1
|
|
« Reply #65 on: April 20, 2012, 08:08:18 AM » |
|
Ah, of course. Silly me.
|
|
|
Logged
|
|
|
|
Dacke
|
|
« Reply #66 on: September 29, 2012, 03:45:29 PM » |
|
I finally reached Level 3, with 75 problems solved! I celebrated by updating the high score list in the first post. I added a few people and sorted everyone based on problems solved.
|
|
|
Logged
|
programming • free software animal liberation • veganism anarcho-communism • intersectionality • feminism
|
|
|
mokesmoe
|
|
« Reply #67 on: September 29, 2012, 06:26:50 PM » |
|
So I can mess up your list by solving just one problem?
|
|
|
Logged
|
|
|
|
Dacke
|
|
« Reply #68 on: September 30, 2012, 04:08:42 AM » |
|
Yes. See it as a "most improved"-list, until next update
|
|
|
Logged
|
programming • free software animal liberation • veganism anarcho-communism • intersectionality • feminism
|
|
|
Brad811
|
|
« Reply #69 on: October 15, 2012, 09:15:17 AM » |
|
Ah, I like this site. I haven't done them in a little while, since the people I was competitive with (at a previous job) gave up after about 8 problems. Here's my friend key: 27942669149658_cfce9402d504e4d4fd6f7c8100a5e2f9 And badge:
|
|
|
Logged
|
|
|
|
Dacke
|
|
« Reply #70 on: May 18, 2013, 05:39:38 AM » |
|
Added you at position 4 in the high score list! Sorry for the half year delay
|
|
« Last Edit: May 18, 2013, 05:47:41 AM by Dacke »
|
Logged
|
programming • free software animal liberation • veganism anarcho-communism • intersectionality • feminism
|
|
|
Dr. Cooldude
Guest
|
|
« Reply #71 on: June 09, 2013, 09:21:33 AM » |
|
Might join this too when the summer vacation starts.
|
|
|
Logged
|
|
|
|
JakobProgsch
Level 1
|
|
« Reply #72 on: June 09, 2013, 12:12:44 PM » |
|
Hmm, so this is essentially "Modulo, the game"... :D
|
|
|
Logged
|
|
|
|
|
insyzygy
|
|
« Reply #74 on: June 09, 2013, 07:44:31 PM » |
|
Wow this looks incredibly fun. A good way to learn math techniques if you're just a programmer.
friend code:
36704058487738_feb4030a29c255399e16d6e556f239fa
|
|
|
Logged
|
|
|
|
Dr. Cooldude
Guest
|
|
« Reply #75 on: July 03, 2013, 02:31:42 PM » |
|
Here's my friend key 98622803420348_84949498df3d83beddec4b49dea9716d
|
|
|
Logged
|
|
|
|
Dacke
|
|
« Reply #76 on: July 03, 2013, 02:36:18 PM » |
|
Added! You're at the very bottom of the highscore list. Let's see what you've got.
|
|
|
Logged
|
programming • free software animal liberation • veganism anarcho-communism • intersectionality • feminism
|
|
|
Dr. Cooldude
Guest
|
|
« Reply #77 on: July 03, 2013, 02:40:16 PM » |
|
Added! You're at the very bottom of the highscore list. Let's see what you've got. Yeah, haha, my math skills are a bit rusty, but hopefully I can get myself up and running quickly.
|
|
|
Logged
|
|
|
|
|