MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针

如果在编辑的过程中遇到了什么问题,可以去讨论板提问。

为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证

MCBBS Wiki GitHub群组已上线!

您可以在回声洞中发表吐槽!

服务器状态监控。点击进入

本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>

用户:Salt lovely/Spell e:修订间差异

跳到导航 跳到搜索
无编辑摘要
(测试代码高亮)
相关条目:[[咏e]]
== 使用C语言咏e ==
<pre>#include <stdio.h>
int main()
{
unsigned int e='e'*'e'*'e';
for(unsigned int E='e';E<e;E++)
printf("e");
return e;
}</pre>
}
 
== 使用VB咏e ==
<div class="vb">
<pre>Sub Main()
Dim E As Integer, EE As String
For E=Asc("e") To Asc("e")*Asc("e")*Asc("e")
For E=Asc("e") To Asc("e")*Asc("e")*Asc("e")
EE=EE+"e"
EE=EE+"e"
Next
Next
Print(EE)
End Sub</pre>
</div>
 
=== 使用VBS咏e ===
<div class="vb">
<pre>Dim E As Integer, EE As String
For E=Asc("e") To Asc("e")*Asc("e")*Asc("e")
For E=Asc("e") To Asc("e")*Asc("e")*Asc("e")
EE=EE+"e"
EE=EE+"e"
Next
Next
Print(EE)</pre>
</div>
 
== 使用Python咏e ==
<pre>E=-69
while E<101:
print('e', end=<nowiki>''</nowiki>)
E+=1</pre>
 
=== 危险的方式 ===
<pre>while True:
print('e', end=<nowiki>''</nowiki>)</pre>
=== Python2 ===
E=-69
 
== 使用Java咏e ==
public<div class Spell_e {="java">
<pre>public class Spell_e {
public static void main(String <nowiki>[]</nowiki>args) {
for(int e=-1*'e';e<'e';e++){
System.out.printf("e");
}
}
}
}</pre>
</div>
 
== 使用JS咏e ==
<pre>document.write("eeeeeeeeeeeeeeeeeee")//请不要这么做</pre>
 
== 使用Batch咏e ==
<pre>@ECHO OFF
:SPELLE
ECHO e
GOTO SPELLE</pre>