codeflash-internal/experiments/pie_test_set/p03773.py

4 lines
102 B
Python
Raw Permalink Normal View History

def problem_p03773(input_data):
a, b = list(map(int, input_data.split()))
return (a + b) % 24