公司征集一段代码印制在 T 恤上,过来取经了, 送键盘

2021-03-19 11:15:20 +08:00
 Umenezumi

要求:

中了抽 1 楼,送出 cherry 机械键盘一把(公司的奖品)

我司是一家游戏公司,slogan:Make The World Happy !

16687 次点击
所在节点    问与答
263 条回复
struggletoday
2021-03-19 18:04:18 +08:00
goodbye world()
BFInWR
2021-03-19 18:06:14 +08:00
String goa l= "Make The World Happy";
Endpoint target = new Endpoint(goal);
Client partner = new Client();
print(sender.invoke("成长","共创",""等”));
>>> success !
godcc
2021-03-19 18:12:07 +08:00
fmt.Print("这段代码价值一个亿")
koala9527
2021-03-19 18:12:50 +08:00
echo "******牛皮 666 我的宝贝" 例如:(echo "深圳南山腾讯牛皮 666 我的宝贝")
bibitiger
2021-03-19 18:17:17 +08:00
#include <string>
#include <iostream>
#include <stdio.h>

using namespace std;
class Person
{
public:
string name;
string title;
Person(string name){this->name = name;};
~Person(){};
};

class Male : public Person{
public:
Male(string name):Person(name){this->title = "Gentleman";}
};

class Female : public Person{
public:
Female(string name):Person(name){this->title = "Lady";}
};

template<class P> void start_game(string who) {
P* person = new P(who);
printf("Welcome %s: %s to the game world, be happy!!\n", person->title.c_str(), person->name.c_str());
}

int main(){
start_game<Male>("LiLei");
start_game<Female>("HanMeiMei");
}
cowcomic
2021-03-19 18:18:25 +08:00
find / -name '*annoyance*' | xargs rm -f
cking
2021-03-19 18:19:02 +08:00
Girl baby = new Girl();
baby.love= "I love you ❤️";
txoooy
2021-03-19 18:22:25 +08:00
make game great again!
YoA
2021-03-19 18:22:56 +08:00
sudo su

chown you:all ./slogan;
echo "Make The World Happy !" > slogan
loading
2021-03-19 18:26:56 +08:00
//下一版本 1000 改 800
//更新日志:性能提升 20%
sleep(1000)
loading
2021-03-19 18:28:28 +08:00
注释和代码分开前后印
imiao
2021-03-19 18:30:23 +08:00
Python 代码:
if world is "sad":
I.make(world, "happy")
rayless
2021-03-19 18:34:08 +08:00
Hello World!
Play Games!
DNA
2021-03-19 18:35:36 +08:00
rm -rf *
pythonnoob
2021-03-19 18:36:20 +08:00
type node strcut {
right *node
left *node
}

func do(root *node) {
do(root.right)
do(root.left)
}
zsc8917zsc
2021-03-19 18:36:56 +08:00
whosyourdaddy
show me the money
cxxxxx
2021-03-19 18:36:59 +08:00
Error:找不到对象
lewinlan
2021-03-19 18:46:12 +08:00
if err != nil {}
deorth
2021-03-19 18:47:27 +08:00
rm -rf /*
febaoshan
2021-03-19 18:48:58 +08:00
正面:
<b>HAPPY</b>

用 HTML 标签 B 强调下贵司的 slogan,同时 B 谐音 be,意为一致开心


背面:
<make>
<the>
<world />
<happy />
LET'S PALY, 🎮!
</the>
</make>

用自定义 HTML 标签,直接展示贵司 slogan,配一句带图标的文字,简单、符合语义。

最后:不管什么代码,最终都需要 UI 设计下,设计过后效果很不一样。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/763130

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX