From 050a498c10aba764efee7ebb4141f96c0cddbda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E5=8A=B2=E6=B6=9B?= Date: Tue, 28 Dec 2021 16:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=8D=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=A4=8D=E6=9D=82=E5=BA=A6=E7=9A=84=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E9=97=B4Java=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/前序/Java处理输入输出.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 problems/前序/Java处理输入输出.md diff --git a/problems/前序/Java处理输入输出.md b/problems/前序/Java处理输入输出.md new file mode 100644 index 00000000..9ddec96d --- /dev/null +++ b/problems/前序/Java处理输入输出.md @@ -0,0 +1,5 @@ +在面试中,我们常常会遇到面试官让我们用某种编程语言做题,并要求能够在本地编译运行。 +这种模式也被称做ACM模式。 + +本文将介绍如何用Java处理输入输出。 +