#712
Transforming Pairs
시간 제한
2s
메모리 제한
1024MB
제출
0
정답
0
맞힌 사람
0
정답 비율
0.0%
문제
Answer () independent queries each of the following form:
You are given four integers (). In one operation you can either do , or . Determine the minimum number of operations to transform into , or if it is impossible to do so, output .
입력
The first line contains .
The next lines each contain four integers .
출력
The answer for each query on a separate line.
예제 입력 1
4
5 -3 -1 -3
5 3 5 2
5 3 8 19
5 3 5 3
예제 출력 1
2
-1
3
0
점수
Input 2: Input 3: Input 4: Input 5: Input 6: Input 7: Input 8: Input 9: Input 10: Inputs 11-14: Inputs 15-19: No additional constraints.
코드 제출
코드를 제출하려면 로그인이 필요합니다.
로그인내 제출
제출 내역이 없습니다.
맞은 사람
아직 맞은 사람이 없습니다.
난이도 투표
로그인 후 AC 받으면 투표할 수 있습니다.
전체 제출
제출 내역이 없습니다.