|
||||||||||
Visible TreesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 5783 Accepted Submission(s): 2678 Problem Description There are many trees forming a m * n grid, the grid starts from (1,1). Farmer Sherlock is standing at (0,0) point. He wonders how many trees he can see. If two trees and Sherlock are in one line, Farmer Sherlock can only see the tree nearest to him. Input The first line contains one integer t, represents the number of test cases. Then there are multiple test cases. For each test case there is one line containing two integers m and n(1 ¡Ü m, n ¡Ü 100000) Output For each test case output one line represents the number of trees Farmer Sherlock can see. Sample Input
Sample Output
Source | ||||||||||
|