{"problem":{"name":"AtCoDeer and Election Report","description":{"content":"AtCoDeer the deer is seeing a quick report of election results on TV. Two candidates are standing for the election: Takahashi and Aoki. The report shows the ratio of the current numbers of votes the t","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"arc062_a"},"statements":[{"statement_type":"Markdown","content":"AtCoDeer the deer is seeing a quick report of election results on TV. Two candidates are standing for the election: Takahashi and Aoki. The report shows the ratio of the current numbers of votes the two candidates have obtained, but not the actual numbers of votes. AtCoDeer has checked the report $N$ times, and when he checked it for the $i$\\-th $(1≦i≦N)$ time, the ratio was $T_i:A_i$. It is known that each candidate had at least one vote when he checked the report for the first time.\nFind the minimum possible total number of votes obtained by the two candidates when he checked the report for the $N$\\-th time. It can be assumed that the number of votes obtained by each candidate never decreases.\n\n## Constraints\n\n*   $1≦N≦1000$\n*   $1≦T_i,A_i≦1000 (1≦i≦N)$\n*   $T_i$ and $A_i$ $(1≦i≦N)$ are coprime.\n*   It is guaranteed that the correct answer is at most $10^{18}$.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n$T_1$ $A_1$\n$T_2$ $A_2$\n$:$\n$T_N$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"arc062_a","tags":[],"sample_group":[["3\n2 3\n1 1\n3 2","10\n\nWhen the numbers of votes obtained by the two candidates change as $2,3 → 3,3 → 6,4$, the total number of votes at the end is $10$, which is the minimum possible number."],["4\n1 1\n1 1\n1 5\n1 100","101\n\nIt is possible that neither candidate obtained a vote between the moment when he checked the report, and the moment when he checked it for the next time."],["5\n3 10\n48 17\n31 199\n231 23\n3 2","6930"]],"created_at":"2026-03-03 11:01:14"}}