合集-编程

摘要:Tips:以下代码桌面右键新建文本文档,后缀改为.vbs(激活key文件网盘领取) 目录: 显示后缀名 clion pycharm webstorm idea https://www.123pan.com/s/KwigTd-0LoJ.html?提取码:6666 显示后缀名{#1} Win+E打开此电 阅读全文
posted @ 2024-07-25 15:33 avrox 阅读(1456) 评论(0) 推荐(0)
摘要:最长的Hello, World!(C++) #include <iostream> #include <string> #include <vector> #include <memory> #include <random> _<typename T> class Node { public: T 阅读全文
posted @ 2024-07-27 20:32 avrox 阅读(93) 评论(0) 推荐(0)
摘要:最长的Hello, World!(Python) (lambda _, __, ___, ____, _____, ______, _______, ________: getattr( __import__(True.__class__.__name__[_] + [].__class__.__n 阅读全文
posted @ 2024-07-27 20:33 avrox 阅读(49) 评论(0) 推荐(0)
摘要:介绍一些C++ #define的奇怪用法 众所周知,#define可以定义变量 但#define有一种特殊的用法,即写下划线代码 eg: #define _ using 然后我们就可以写_ namespace std了 如果还不够: #define _ using #define __ namesp 阅读全文
posted @ 2024-07-27 21:40 avrox 阅读(169) 评论(0) 推荐(0)