module Codeforces::Viewer::Utils
Public Class Methods
get_problem_url(contest_id, problem_id)
click to toggle source
# 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