commit 3a2b815718c34342ee0227fb80be43fa9e8d7f6f Author: susu <1209553612@qq.com> Date: Sun Jul 26 00:38:09 2020 +0800 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<