希望奇迹发生的小鱼干很想在家办公
希望奇迹发生的小鱼干很想在家办公
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
希望奇迹发生的小鱼干很想在家办公的博客
全部文章
(共2篇)
题解 | #格雷码(code)#
#include #include #include using namespace std; int n; unsigned long long k; string graycode(int n, unsigned long long k) { unsigned long long g = k ^...
2026-03-17
0
23
题解 | #公交换乘#
#include<iostream> using namespace std; int n; long long sum=0; int flag;//subway0 or bus1 long long rt;//real time int prt;//real price struct ...
C++
2026-03-13
0
20