CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:18:37 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=72211e9c282cf38c30c2928ee90b95f11a68920e6587dc7556509f86ab1a6dc9a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22QRJSFy265mo5ERF9kGU_ON7rMGvWLE71%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d10c389e5da9b7-BLR
Добромир - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Съобщение от [email protected]
- Добромир Андрее 9б
- 1 задача правилно четене на входните данни 1т
- правилно отделяне на последната цифра 1т
- общо 2т
- 2задача
- неправилно съобщение и пресмятане при извеждане на данните
- липсва закръгляне на останалото време до най-близкото цяло число
- общо 11т
- Оценка Добър 4,08 2+13т*0,16=4.08
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace izpitvane9b12_
- {
- internal class Program
- {
- static void Main(string[] args)
- {
- int vremesnimki=int.Parse(Console.ReadLine());
- int brsceni = int.Parse(Console.ReadLine());
- int vremetraenescena = int.Parse(Console.ReadLine());
- double podgotovka = 0.15 * vremesnimki;
- double timephotos = vremetraenescena * vremesnimki;
- if (vremesnimki>(podgotovka+timephotos))
- {
- Console.WriteLine($"You manage to finish the movie on time!You have{vremesnimki - (podgotovka - timephotos)}minutes left");
- }
- else
- {
- Console.WriteLine($"Time is up! To complite the movie you need{(podgotovka-timephotos)-vremesnimki}minutes.");
- }
- int number =int.Parse(Console.ReadLine());
- int a = number % 10;
- if (a)
- {
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📝 Exchange profit method
JavaScript | 8 sec ago | 0.24 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 17 sec ago | 0.24 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 26 sec ago | 0.24 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 36 sec ago | 0.24 KB
-
📌 ChangeNOW Exploit
JavaScript | 52 sec ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 1 min ago | 0.24 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 1 min ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ E
JavaScript | 1 min ago | 0.25 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