Gyh's blog

vuePress-theme-reco gyh    2022
Gyh's blog Gyh's blog

Choose mode

  • dark
  • auto
  • light
Home
Category
  • Algorithm
  • CSS
  • JavaScript
  • Others
  • Server
  • Utils
  • Article
  • Note
  • Git
  • Npm
  • Standard
  • Summary
Tag
Timeline
About
GitHub
author-avatar

gyh

91

Article

11

Tag

Home
Category
  • Algorithm
  • CSS
  • JavaScript
  • Others
  • Server
  • Utils
  • Article
  • Note
  • Git
  • Npm
  • Standard
  • Summary
Tag
Timeline
About
GitHub

外星人说的 HelloWorld

vuePress-theme-reco gyh    2022

外星人说的 HelloWorld

gyh 2018-09-09
 #include <iostream>

 using namespace std;

 void alien_say(char * p)
 {
     while (putchar(*(p += *(p + 1) - *p)));
 }

 int main()
 {
     return alien_say("BETHO! Altec oh liryom(a loadjudas!) dowd."), 0;
 }
1
2
3
4
5
6
7
8
9
10
11
12
13

代码如上,输出结果就是 Hello world!

Edit on GitHub~
LastUpdated: 5/17/2022, 8:59:22 AM