From 73c735a0e4b627f3076f89f4583d450379f2e4d8 Mon Sep 17 00:00:00 2001 From: flykhan Date: Fri, 16 Jun 2023 16:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95goto=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day5/goto_test.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 day5/goto_test.cpp diff --git a/day5/goto_test.cpp b/day5/goto_test.cpp new file mode 100644 index 0000000..ababd8c --- /dev/null +++ b/day5/goto_test.cpp @@ -0,0 +1,16 @@ +// 测试goto语句 +#include + +using namespace std; + +int main() +{ + cout << "1" <