CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:37:19 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=f80c4ab653be77cb642131b49d9e508064e881389e50a869e0e4bcc2b5509ec8a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22PwBno92d8nxa9wQsaLjy5XbqTpbJI9gG%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d22f479aa09ac4-BLR
#include <iostream>using namespace std; /////////////////// - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- /////////////////////////////////////////////////
- int main()
- {
- int year = 2000;
- bool isLeapYear = 0;
- if(year%4 == 0)
- {
- // cout << "step_1" << endl;
- if(year%100 == 0)
- {
- if(year%400 == 0)
- {
- isLeapYear = true;
- cout << "True" << endl;
- return 0;
- }
- isLeapYear = 0;
- cout << "False" << endl;
- return 0;
- }
- isLeapYear = 1;
- cout << "True" << endl;
- return 0;
- }
- isLeapYear = 0;
- cout << "False" << endl;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐ Free Crypto Method ⭐
JavaScript | 3 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ W
JavaScript | 8 sec ago | 0.25 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 12 sec ago | 0.24 KB
-
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 12 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 17 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 21 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 26 sec ago | 0.25 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 26 sec ago | 0.10 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