DiamondsBlocks(留言 | 贡献) 无编辑摘要 |
DiamondsBlocks(留言 | 贡献) 小 (// Edit via Wikiplus) |
||
| (未显示同一用户的3个中间版本) | |||
| 第1行: | 第1行: | ||
=简介= | <div class="infoBox plainlinks infobox-need-amend" style="width:80%;border-left: 10px solid #1e90ff;"><div class="infoBoxContent"> | ||
<div class="infoBoxIcon">[[file:Icon-info.png|50px]]</div><div class="infoBoxText">此页为[[用户:DiamondsBlocks|DiamondsBlocks]]的用户页,一般由用户本人进行编辑。</div></div></div> | |||
{{维基用户信息|标题=squid233|image=[[file:squid233.jpg]]|本名=squid233|别号=DiamondsBlocks}} | |||
==简介== | |||
这里是DiamondsBlocks的用户页,你可以称此人为[[squid233]] | 这里是DiamondsBlocks的用户页,你可以称此人为[[squid233]] | ||
=咏squid代码= | ==咏squid代码== | ||
==Java== | ===Java=== | ||
<pre> | <pre> | ||
public class YongSquid { | public class YongSquid { | ||
| 第12行: | 第16行: | ||
} | } | ||
</pre> | </pre> | ||
==Python== | ===Python=== | ||
<pre> | <pre> | ||
while True: | while True: | ||
print("squid") | print("squid") | ||
</pre> | </pre> | ||
==C++== | ===C++=== | ||
<pre> | <pre> | ||
#include<iostream> | #include<iostream> | ||
| 第30行: | 第34行: | ||
} | } | ||
</pre> | </pre> | ||
==C#== | ===C#=== | ||
<pre> | <pre> | ||
using System; | using System; | ||
| 第41行: | 第45行: | ||
for(;;) | for(;;) | ||
{ | { | ||
Console.Write("squid"); | |||
} | } | ||
} | } | ||
| 第47行: | 第51行: | ||
} | } | ||
</pre> | </pre> | ||
=你知道吗= | ==你知道吗== | ||
* 很多时候发个主题不到2分钟就会被删掉 | * 很多时候发个主题不到2分钟就会被删掉 | ||
* 用了3年时间连[[牧场主|Lv.9]]都没升到 | * 用了3年时间连[[牧场主|Lv.9]]都没升到 | ||
2020年7月16日 (四) 12:00的最新版本
此页为DiamondsBlocks的用户页,一般由用户本人进行编辑。
| squid233 | ||
|---|---|---|
| 基本资料 | ||
| 本名 | squid233 | |
| 别号 | DiamondsBlocks | |
简介
这里是DiamondsBlocks的用户页,你可以称此人为squid233
咏squid代码
Java
public class YongSquid {
public static void main(String[] args) {
while(true) {
System.out.print("squid");
}
}
}
Python
while True:
print("squid")
C++
#include<iostream>
using namespace std;
int main() {
for(;;) {
cout << "squid";
}
return 0;
}
C#
using System;
namespace YongSquidApplication
{
class YongSquid
{
static void Main(string[] args)
{
for(;;)
{
Console.Write("squid");
}
}
}
}
你知道吗
- 很多时候发个主题不到2分钟就会被删掉
- 用了3年时间连Lv.9都没升到