Module: Codeforces::Viewer::Utils
- Defined in:
- lib/codeforces/viewer/utils.rb
Class Method Summary collapse
Class Method Details
.get_problem_url(contest_id, problem_id) ⇒ Object
4 5 6 |
# File 'lib/codeforces/viewer/utils.rb', line 4 def self.get_problem_url contest_id, problem_id "http://codeforces.com/contest/#{contest_id}/problem/#{problem_id}" end |