最近这神曲真是停不下来的节奏, 虽然只有不到1分钟, 但是有毒.
上面的视频2M多, 也可以翻墙 看 Youtube.
C++实现
方法 Ugh 用于连接两个字符串.
#include <iostream>
#include <string>
using namespace std;
// Ugh connects two things together
string Ugh(string a, string b) {
return a + ' ' + b;
}
int main() {
const string pen = "Pen";
const string apple = "Apple";
const string pineapple = "Pineapple";
const string ppap = Ugh(Ugh(pen, pineapple), Ugh(apple, pen));
cout << ppap << endl;
return 0;
}
Javascript实现
在Chrome浏览器里按F12并到控制台, 复制粘贴以下代码:
var pen = 'Pen';
var apple = 'Apple';
var pineapple = 'Pineapple';
var Ugh = function(a, b) {
return a + ' ' + b;
}
var ppap = Ugh(Ugh(pen, pineapple), Ugh(apple, pen));
console.log(ppap);
会显示到控制台:
Pen Pineapple Apple Pen Share on X英文: 神曲 PPAP 的 C++ 和 Javascript 实现
强烈推荐
- 英国代购-畅购英伦
- TopCashBack 返现 (英国购物必备, 积少成多, 我2年来一共得了3000多英镑)
- Quidco 返现 (也是很不错的英国返现网站, 返现率高)
- 注册就送10美元, 免费使用2个月的 DigitalOcean 云主机(性价比超高, 每月只需5美元)
- 注册就送10美元, 免费使用4个月的 Vultr 云主机(性价比超高, 每月只需2.5美元)
- 注册就送10美元, 免费使用2个月的 阿里 云主机(性价比超高, 每月只需4.5美元)
- 注册就送20美元, 免费使用4个月的 Linode 云主机(性价比超高, 每月只需5美元) (折扣码: PodCastInit2022)
- PlusNet 英国光纤(超快, 超划算! 用户名 doctorlai)
- 刷了美国运通信用卡一年得到的积分 换了 485英镑
- 注册就送50英镑 – 英国最便宜最划算的电气提供商
- 能把比特币莱特币变现的银行卡! 不需要手续费就可以把虚拟货币法币兑换
微信公众号: 小赖子的英国生活和资讯 JustYYUK