محتاج لها
لا اله الا الله
#include<stdio.h> int main(void) { int x; int y; scanf("%d",&x); scanf("%d",&y); printf("result%d",x+y); return(0); }