CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:15:51 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=326310b5df7573c79a74a6e948b62ffba0163ad04a6dd39d8bd7f0bea7f7fc3ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%226Iaq2wfA6BEAWRHUVS627N55gXKEYG9U%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d20fd4efd8d86d-BLR
Георги Марчев - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Съобщение от [email protected]
- Среден 3
- Първо трябва да се направи проверката if(a>c) и след това if(b>c)
- за да са в намаляващ ред трябва да се обърне знака при сравняване или да се изведът в обратен ред
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace project_izpitvane
- {
- internal class Program
- {
- static void Main(string[] args)
- {
- //sortirane na tri chisla ot golqmo kum malko
- int a = int.Parse(Console.ReadLine());
- int b = int.Parse(Console.ReadLine());
- int c = int.Parse(Console.ReadLine());
- if (a>b)
- {
- int x = a;
- a = b;
- b = x;
- }
- if (b>c)
- {
- int x = b;
- c = b;
- c = x;
- }
- if (a>c)
- {
- int x = c;
- c = a;
- a = x;
- }
- Console.WriteLine($"{a},{b},{c}");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 1 sec ago | 0.10 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 1 sec ago | 0.10 KB
-
📌 ChangeNOW Exploit
JavaScript | 3 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 1
JavaScript | 5 sec ago | 0.25 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 13 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ J
JavaScript | 14 sec ago | 0.25 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 19 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