Submission #741484

# Submission time Handle Problem Language Result Execution time Memory
741484 2023-05-14T08:20:56 Z rahidilbayramli 다각형 (GA5_polygon) Python 3
0 / 100
14 ms 2900 KB
a = int(input())
b = int(input())
a = (a + 1) / 2
b = b / 2
if a == 1:    
    a = a + 1
if a > b:
    print(0)
else:
    print(round((b - a + 1) * (a + b)))
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2900 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2772 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 14 ms 2812 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -