Created
November 12, 2015 16:48
-
-
Save rendon/1308e65b73b82d452bba to your computer and use it in GitHub Desktop.
Invasion zombie check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bool check(int64 d, int64 c) { | |
return f(d) >= c; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment