Created
January 9, 2019 18:47
-
-
Save godtaehee/53ccd6a8d29d593c961a67fc9bdede86 to your computer and use it in GitHub Desktop.
C
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, b, c; | |
scanf("%d %d", &a, &b); | |
c = a+b; | |
printf("%d\n", c); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have feedback and any question to me
Please send an e-mail: [email protected]