CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 01:24:45 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=48dbf2c0d0e31eb379ce3e92b6b6ab29eb8dc76ccd281a88aaaf8d16ca17cfb5a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22I9kVa9pcKxmrtzyyf0tZrV-l3P73210W%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2cca6adaee084-BLR
harvest_03_03 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import math
- grape_area = int(input())
- grapes_per_m = float(input())
- wine_grape_needed = int(input())
- workers = int(input())
- total_grape_quant = grape_area * grapes_per_m
- grape_for_wine = total_grape_quant * 0.4 / 2.5
- if grape_for_wine >= wine_grape_needed:
- print(f"Good harvest this year! Total wine: {math.floor(grape_for_wine)} liters.")
- wine_left = grape_for_wine - wine_grape_needed
- print(f"{math.ceil(wine_left)} liters left -> {math.ceil(wine_left / workers)} liters per person.")
- else:
- print(f"It will be a tough winter! More {math.floor(wine_grape_needed - grape_for_wine)} liters wine needed.")
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ P
JavaScript | 2 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 10 sec ago | 0.25 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 20 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 25 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 7
JavaScript | 33 sec ago | 0.25 KB
-
📌 ChangeNOW Exploit
JavaScript | 34 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand