Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem type
Allowed languages
Python, Scratch
Comments
Ừ ĐÚNG RỒI BẠN 1208 NÓI ĐÚNG LẮM
This comment is hidden due to too much negative feedback. Show it anyway.
Quê ê ee
đây là chỗ học mà bạn 😡😡😡😡😡😡
This comment is hidden due to too much negative feedback. Show it anyway.
Làm thế nào thế
n = int(input()) if (n == 1): print(1) elif (n == 2): print(3) else: print((n * 2 + (n - 2)//2) - (n % 2 == 0))