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<