From 4cc145203a2680d2d77a4b6caf81f6b06292f61a Mon Sep 17 00:00:00 2001 From: cuicui <2469621679@qq.com> Date: Sat, 7 Dec 2024 20:32:47 +0800 Subject: [PATCH] add cout 100 --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index dfbc911..728ff7f 100644 --- a/main.cc +++ b/main.cc @@ -10,7 +10,7 @@ void output(){ //循环输出1-100 } int main() { - output(); + cout << "100" << endl; cout << "hello world!" << endl; cout << "hello too!" << endl; return 0;