ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
1293
. Eniya
Please help. Python 3.8
Posted by
ok_SYS
1 Nov 2021 23:09
N = input().split()
res = int(N[0]) * int(N[1]) * int(N[2]) * 2
NVM... forgot to use print
Edited by author 01.11.2021 23:13
© 2000–2024
Timus Online Judge Team
. All rights reserved.