#純靠北工程師3z2
----------
今天教各位如何用C++寫忍者code(閏年判斷為例)
正常人︰
```
int year = 2020;//year:今年
if(
(
year % 4 == 0
&& year % 100 != 0
) ||
year % 400 == 0
)//分支
cout << "Yes"; //成立
else cout << "No";//不成立
```
忍者︰
```
const char* _[2] = {"No","Yes"};
int __nj_ = 2020;
std::cout << _[!(__nj_&3)&&__nj_%25||!(__nj_&15)];
```
各位想當忍者嗎?
----------
🗳️ [群眾審核] https://kaobei.engineer/cards/review
👉 [GitHub Repo] https://github.com/init-engineer/init.engineer
📢 [匿名發文] https://kaobei.engineer/cards/create
🥙 [全平台留言] https://kaobei.engineer/cards/show/5150
純靠北工程師3z2 在 純靠北工程師 - GitHub 的推薦與評價
純靠北工程師 has 8 repositories available. Follow their code on GitHub. ... init.engineer Public. 這是一份純靠北工程師的專案,請好好愛護它,謝謝。 PHP 635 41 ... ... <看更多>
純靠北工程師3z2 在 純靠北工程師 - Facebook 的推薦與評價
純靠北工程師 。 100098 個讚· 1775 人正在談論這個。「我們很懷念最開始的那個靠北工程師」,這個版將會以舊文重發的方式,重現最初的那個靠北工程師——Powered by 靠北 ... ... <看更多>
相關內容