From 3a2b815718c34342ee0227fb80be43fa9e8d7f6f Mon Sep 17 00:00:00 2001 From: susu <1209553612@qq.com> Date: Sun, 26 Jul 2020 00:38:09 +0800 Subject: [PATCH] test.cpp --- test.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test.cpp diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..6385011 --- /dev/null +++ b/test.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; +int main() +{ + int a=3,b=5,c; + c=a+b; + cout<