#include int main(void) { int a, b; a >= 0; b <= 100; scanf("%d", &a); scanf("%d", &b); printf("a + b = %d\n", a+b); return 0; }