From d52bf0fc9903db82c05b865cc4089a5c848e10bc Mon Sep 17 00:00:00 2001 From: yangball <84521220@qq.com> Date: Wed, 27 May 2020 11:54:43 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E4=BB=B7=E5=80=BC=E4=B8=80=E4=BA=BF?= =?UTF-8?q?=E5=85=83=E7=9A=84=E4=BA=BA=E5=B7=A5=E6=99=BA=E8=83=BD=E4=BB=A3?= =?UTF-8?q?=E7=A0=81.java.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\350\203\275\344\273\243\347\240\201.java" | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 "\344\273\267\345\200\274\344\270\200\344\272\277\345\205\203\347\232\204\344\272\272\345\267\245\346\231\272\350\203\275\344\273\243\347\240\201.java" diff --git "a/\344\273\267\345\200\274\344\270\200\344\272\277\345\205\203\347\232\204\344\272\272\345\267\245\346\231\272\350\203\275\344\273\243\347\240\201.java" "b/\344\273\267\345\200\274\344\270\200\344\272\277\345\205\203\347\232\204\344\272\272\345\267\245\346\231\272\350\203\275\344\273\243\347\240\201.java" new file mode 100644 index 0000000..b723de4 --- /dev/null +++ "b/\344\273\267\345\200\274\344\270\200\344\272\277\345\205\203\347\232\204\344\272\272\345\267\245\346\231\272\350\203\275\344\273\243\347\240\201.java" @@ -0,0 +1,20 @@ + package com.fuck.me.ai; + + import java.util.Scanner; + + /** + * 价值一亿元的人工智能代码 + */ + public class AI { + public static void main(String[] args) { + Scanner scanner = new Scanner(System.in); + String fuck; + while (true){ + fuck = scanner.next(); + fuck = question.replace("吗",""); + fuck = question.replace("我","我也"); + fuck = question.replace("?","!"); + System.out.println(fuck); + } + } + } \ No newline at end of file -- Gitee