MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
用户:Salt lovely/Spell e:修订间差异
跳到导航
跳到搜索
Salt lovely(留言 | 贡献) (创建页面,内容为“{{一本道}} '''Spell e'''是一项长期而艰苦的事业(因为它会爆破你的浏览器,你的磁盘,你的内存条,直至你的电脑被69<…”) |
Salt lovely(留言 | 贡献) (添加了Java、VBS、Python2.X的咏e;暂无作业,咸极无聊,开始整活) |
||
第1行: | 第1行: | ||
{{一本道}} |
{{一本道}} |
||
''' |
'''Spell e'''<sub>(一般翻译为[[咏e]])</sub>是一项长期而艰苦的事业(因为它会爆破你的浏览器,你的磁盘,你的内存条,直至你的电脑被69<sub>(0100 0101)</sub>或101<sub>(0110 0101)</sub>塞满)。 |
||
相关条目:[[咏e]] |
相关条目:[[咏e]] |
||
第12行: | 第12行: | ||
return e; |
return e; |
||
} |
} |
||
== 使用VB咏e == |
== 使用VB咏e == |
||
Sub Main() |
Sub Main() |
||
第20行: | 第21行: | ||
Print(EE) |
Print(EE) |
||
End Sub |
End Sub |
||
=== 使用VBS咏e === |
|||
Dim E As Integer, EE As String |
|||
For E=Asc("e") To Asc("e")*Asc("e")*Asc("e") |
|||
EE=EE+"e" |
|||
Next |
|||
Print(EE) |
|||
== 使用Python咏e == |
== 使用Python咏e == |
||
E=-69 |
E=-69 |
||
while E<101: |
while E<101: |
||
print('e', end=<nowiki>''</nowiki>) |
|||
E+=1 |
|||
=== 危险的方式 === |
=== 危险的方式 === |
||
while True: |
while True: |
||
print('e', end=<nowiki>''</nowiki>) |
|||
=== Python2 === |
|||
E=-69 |
|||
while E<101: |
|||
print 'e', |
|||
E+=1 |
|||
== 使用Java咏e == |
|||
public class Spell_e { |
|||
public static void main(String <nowiki>[]</nowiki>args) { |
|||
for(int e=-1*'e';e<'e';e++){ |
|||
System.out.printf("e"); |
|||
} |
|||
} |
|||
} |
|||
== 使用JS咏e == |
== 使用JS咏e == |
||
document.write("eeeeeeeeeeeeeeeeeee")//请不要这么做 |
document.write("eeeeeeeeeeeeeeeeeee")//请不要这么做 |
2020年5月26日 (二) 15:33的版本
本条目的部分或全部内容可能是在一本正经地胡说八道,请谨慎阅读。
Spell e(一般翻译为咏e)是一项长期而艰苦的事业(因为它会爆破你的浏览器,你的磁盘,你的内存条,直至你的电脑被69(0100 0101)或101(0110 0101)塞满)。
相关条目:咏e
使用C语言咏e
#include <stdio.h> int main() { unsigned int e='e'*'e'*'e'; for(unsigned int E='e';E<e;E++) printf("e"); return e; }
使用VB咏e
Sub Main() Dim E As Integer, EE As String For E=Asc("e") To Asc("e")*Asc("e")*Asc("e") EE=EE+"e" Next Print(EE) End Sub
使用VBS咏e
Dim E As Integer, EE As String For E=Asc("e") To Asc("e")*Asc("e")*Asc("e") EE=EE+"e" Next Print(EE)
使用Python咏e
E=-69 while E<101: print('e', end='') E+=1
危险的方式
while True: print('e', end='')
Python2
E=-69 while E<101: print 'e', E+=1
使用Java咏e
public class Spell_e { public static void main(String []args) { for(int e=-1*'e';e<'e';e++){ System.out.printf("e"); } } }
使用JS咏e
document.write("eeeeeeeeeeeeeeeeeee")//请不要这么做