Skip to content

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

Notifications You must be signed in to change notification settings

ViniciusDeep/Answers-URI-Online-Judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published