Skip to content

Instantly share code, notes, and snippets.

@Baekjoon
Created September 5, 2015 17:16
Show Gist options
  • Save Baekjoon/c8007caf8d5410ddc162 to your computer and use it in GitHub Desktop.
Save Baekjoon/c8007caf8d5410ddc162 to your computer and use it in GitHub Desktop.
1000
#include <cstdio>
int main() {
int a, b;
scanf("%d %d",&a,&b);
printf("%d\n",a+b);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment