Skip to content

Solutions to problems from the UVa Online Judge

License

Notifications You must be signed in to change notification settings

matheuscr30/UVA

Repository files navigation

UVa Online Judge

UVa Online Judge Solutions

🏆 Solutions to problems from the UVa Online Judge 🏆

Usage

  • If is a C++ file (.cpp):
g++ file.cpp -o main
./main
  • If is a C file (.c):
gcc file.c -o main
./main
  • If is a Java file (.java):
javac file.java
java file

Authors

  • Matheus Cunha Reis - creator - GitHub

License

MIT

About

Solutions to problems from the UVa Online Judge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published