Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem type
Allowed languages
Python, Scratch
In case the statement didn't load correctly, you can download the statement here: Statement
Comments
hi
n,m,ans = int(input()),int(input()),0;print(int((n+1) * (m//2)+m//2+1)) if m%2 else print(int((n+1) * (m//2)))
??????????????????????????????????????????????
?
Code python
n = int(input())
???
This comment is hidden due to too much negative feedback. Show it anyway.