From 725f5d79d6be1e386bf38046c8c2fd57f782f724 Mon Sep 17 00:00:00 2001 From: sairate Date: Wed, 17 Jul 2024 13:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=B9=B4=E9=BE=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 年龄问题.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 年龄问题.cpp diff --git a/年龄问题.cpp b/年龄问题.cpp new file mode 100644 index 0000000..a3729bd --- /dev/null +++ b/年龄问题.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; +int main(){ + int a,b,c; + cin>>a>>b>>c; + cout<