Skip to content

Instantly share code, notes, and snippets.

@jumper423
Created March 28, 2017 08:39
Show Gist options
  • Save jumper423/6665b13eac8e0f53dd9a5e3e43dc823b to your computer and use it in GitHub Desktop.
Save jumper423/6665b13eac8e0f53dd9a5e3e43dc823b to your computer and use it in GitHub Desktop.
example C
void back(int x, int y)
{
b--;
a = p[b];
h[a] = 0;
du[a + b] = 0;
dd[a + N - b - 1] = 0;
a++;
}
//.....
int _tmain(int argc, _TCHAR* argv[])
{
for(int j = 0; j < N; j++) {
for(int k = 0; k < 2 - N - 1; k++) {
///....
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment