Answers of URI Online Judge, for help to community that study for the programming marathon
The URI Online Judge is a project that is being developed by the Computer Science Department of URI University
#include <stdio.h>
int main() {
int A,B,X;
scanf("%d %d", &A,&B);
X=A+B;
printf("X = %d\n", X);
return 0;
}
}
Link of questions: https://www.urionlinejudge.com.br/judge/pt