I hereby claim:
- I am igaryhe on github.
- I am igaryhe (https://keybase.io/igaryhe) on keybase.
- I have a public key whose fingerprint is E8C6 8497 7C4E 6BF1 57A4 1D41 EE2A F3C6 DA83 C11B
To claim this, I am signing this object:
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <ctype.h> | |
| #include <time.h> | |
| #include <string.h> | |
| #include <math.h> | |
| typedef struct { | |
| char id[7]; | |
| int score; |
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #define MAXM 100 | |
| #define MAX 2000 | |
| #define MOD 1000000007 | |
| int main() { | |
| int m, r, s; | |
| int array[MAXM + 10]; | |
| scanf("%d %d %d", &m, &r, &s); |
| #include <iostream> | |
| #include <vector> | |
| #include <algorithm> | |
| #define MAX 2000 | |
| using namespace std; | |
| int main() { | |
| int t; |