/*
2018年8月26日15:55:29
作者:冰樱梦
page-24
泳池迷宫
*/
public class swiming{
public static void main(String[] args){
int x=0;
while(x<1){
System.out.print("a");
if(x<1){
System.out.print(" ");
}
System.out.println("noise");
if(x<1){
x=x+1;
}
if(x==1){
System.out.println("annoys");
}
if(x>0){
System.out.print("an");
}
System.out.print(" ");
System.out.println("oyster");
}
}
}
继续阅读与本文标签相同的文章
上一篇 :
树莓派现在支持运行Tensorflow!
-
阿里未来酒店王群:让天下没有难住的酒店
2026-05-18栏目: 教程
-
免费下载!《阿里工程师的自我修养》公开10位阿里大牛解决问题的思维方式
2026-05-18栏目: 教程
-
BAT技术面dubbo还能这么问?
2026-05-18栏目: 教程
-
yaml转json,json转yaml,使用js-yaml实现yaml和json转换
2026-05-18栏目: 教程
-
PostgreSQL系统隐藏字段
2026-05-18栏目: 教程
