#include <stdio.h> int main(void) { int i=0,j=0; scanf("%d %d\n",&i,&j); printf("%d",i+j); return 0; }
Double click to view unformatted code.