211832026-01-12 16:46:36algoproJárdakövezés (75 pont)pypy3Runtime error 49/7589ms23384 KiB
# UUID: f1ca6458-e3ae-4d82-9399-e12e8b363685
h=int(input())
három=h//3
if (h-három*3==2):
    kettő=1
elif(h-három*3==1):
    három-=1
    kettő=2
print(kettő, három)
SubtaskSumTestVerdictTimeMemory
base49/75
1Accepted0/037ms19436 KiB
2Accepted0/037ms19432 KiB
3Runtime error0/387ms23304 KiB
4Accepted3/343ms19364 KiB
5Accepted3/339ms19436 KiB
6Runtime error0/376ms23272 KiB
7Accepted3/343ms19448 KiB
8Accepted4/439ms19436 KiB
9Accepted4/443ms19268 KiB
10Accepted4/443ms19352 KiB
11Runtime error0/476ms23272 KiB
12Accepted4/445ms19436 KiB
13Runtime error0/476ms23224 KiB
14Runtime error0/485ms23272 KiB
15Runtime error0/489ms23284 KiB
16Accepted4/439ms19436 KiB
17Accepted4/437ms19360 KiB
18Accepted4/443ms19432 KiB
19Accepted4/437ms19396 KiB
20Accepted4/437ms19496 KiB
21Runtime error0/486ms23384 KiB
22Accepted4/443ms19252 KiB