Skip to content

Commit

Permalink
Update statement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kenma-w authored Dec 18, 2024
1 parent be3d6ee commit 8c29b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Problem-setting/githubusername-1/statement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Your task is to determine the least second at which maximum number of Bulbs are

Input
The first line contains the number of test cases t (1≤t≤10000)
The one and only line of each test case contains two integers n and x (1≤n≤1018;1≤x≤n)
The one and only line of each test case contains two integers n and x (1≤n≤10^18;1≤x≤n)
— the number of Bulbs and the Bulb which is ON initially.
Output
output a single integer: the least second at which maximum number of Bulbs are turned ON.

0 comments on commit 8c29b38

Please sign in to comment.