Created
June 19, 2014 05:18
-
-
Save Cee/47a952a3bbc6e9d8ca53 to your computer and use it in GitHub Desktop.
2+2=5
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
#include "stdio.h" | |
int main(){ | |
int a = 2; | |
int b = 2; a++; | |
printf("2 + 2 = %d\n", a + b); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大神请收下我的膝盖