跟风发个这种蛋疼文体。
普通程序员
void swap(int &a,int &b) { int temp; temp=a; a=b; b=temp; }
文艺程序员
void swap(int &a,int &b) { a=a^b; b=a^b; a=a^b; }
2B程序员
void swap(int a,int b) { int temp; temp=a; a=b; b=temp; }
希望能引起广大苦逼的正在学或者已经学过c++人的共鸣和会心一笑吧。。
physixfan
eaglefantasy
Eagle_Fantasy
宇宙的心弦
Traction Theme by The Theme Foundry
Copyright © 2024 physixfan. All rights reserved.
宇宙的心弦 by physixfan is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
没看懂。。。是因为2B程序员用的传值调用吗?
人生苦短,我用Python