CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 18:05:23 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=dffa2193b67cfc5e2b4b10a1e8dd8e00017d44b93b8ed383778c83790057d944a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Vxt51Cu8i3nK6IwfyFcnzSYYH_B3haab%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e0c3ca99d04e3d-BLR
/*maximum*/#include<stdio.h>int main(){ int a[100], i, max = 0; - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*maximum*/
- #include<stdio.h>
- int main()
- {
- int a[100], i, max = 0;
- for(i = 0; i<3; i++){
- scanf("%d", &a[i]);
- }
- max = a[0];
- for(i = 0; i<3; i++){
- if (max<a[i])
- max = a[i];
- }
- printf("Max: %d", max);
- return 0;
- }
- /*minimum */
- #include<stdio.h>
- int main()
- {
- int a[100], i, min = 0;
- for(i = 0; i<3; i++){
- scanf("%d", &a[i]);
- }
- min = a[0];
- for(i = 0; i<3; i++){
- if (min>a[i])
- min = a[i];
- }
- printf("Min: %d", min);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ H
JavaScript | 1 sec ago | 0.25 KB
-
🚀 Swapzone +37% glitch
JavaScript | 3 sec ago | 0.24 KB
-
📝 EASY MONEY GUIDE ✅ Working R
JavaScript | 9 sec ago | 0.25 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 10 sec ago | 0.15 KB
-
🚨 Free Crypto Method 🚨
JavaScript | 12 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐ X
JavaScript | 19 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 21 sec ago | 0.15 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 21 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