Developer & CS Student

Build, Code,
Create.

欢迎来到我的数字花园。
这里记录着代码、算法与生活的点滴。

下滑解锁更多内容 Scroll
nuo534202

nuo534202

<Developer> <CS Student>

计算机科学专业学生,热爱技术与编程。
在代码的世界里不断探索与成长。

C++ Algorithms Competitive Programming Open Source
4+ Projects
2 Platforms
Passion
nuo534202.cpp
#include <passion.h>
#include <curiosity.h>

class Developer {
public:
    void explore() {
        while (alive) {
            learn();
            code();
            create();
        }
    }
};

int main() {
    Developer nuo;
    nuo.explore();
    return 0;
}