Method: Codeforces::Viewer::Utils.get_problem_url
- Defined in:
- lib/codeforces/viewer/utils.rb
.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 |