Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages