답안 #497499

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
497499 2021-12-23T07:35:17 Z Irkkappattar Red-blue table (IZhO19_stones) Python 3
0 / 100
22 ms 2892 KB
t = int(input())
for i in range(t):
    a, b = map(int, input().split())
    if a==b and a%2==0:
        print(int(a/2)+b-1)
    else:
        print(int(a/2)+b)
# 결과 실행 시간 메모리 Grader output
1 Incorrect 13 ms 2892 KB Wrong answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 18 ms 2740 KB Wrong answer
# 결과 실행 시간 메모리 Grader output
1 Incorrect 13 ms 2892 KB Wrong answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 22 ms 2764 KB Wrong answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 16 ms 2864 KB Wrong answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 13 ms 2892 KB Wrong answer
2 Halted 0 ms 0 KB -