Skip to content

Instantly share code, notes, and snippets.

@Taillook
Last active November 12, 2016 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Taillook/63a74bb8890cc454ca7d8d0f8cd702d4 to your computer and use it in GitHub Desktop.
Save Taillook/63a74bb8890cc454ca7d8d0f8cd702d4 to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
int main(void){
int a=1,b=1;
if (a>2&&++b){
a++;
}
printf("%d\n",a+b);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment