ViniciusDeep / Answers-URI-Online-Judge

Answers of URI Online Judge, for help to community that study for the programming marathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Answers-URI-Online-Judge

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

Example: URI Online Judge | 1001

#include <stdio.h>
 
              int main() {
 
                     int A,B,X;
                     scanf("%d %d", &A,&B);
                     
                      X=A+B;
                      printf("X = %d\n", X);

               return 0;
               }
}

Enjoy

Link of questions: https://www.urionlinejudge.com.br/judge/pt

About

Answers of URI Online Judge, for help to community that study for the programming marathon


Languages

Language:C++ 77.3%Language:Python 19.3%Language:C 3.4%