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" <