diff --git a/AB.cpp b/class/AB.cpp similarity index 100% rename from AB.cpp rename to class/AB.cpp diff --git a/class/test.cpp b/class/test.cpp new file mode 100644 index 0000000..b0da871 --- /dev/null +++ b/class/test.cpp @@ -0,0 +1,13 @@ +#include +#include + +using namespace std; + +int main(){ + int a,b,c; + a = 3; + b = 4; + c = a * a + b * b; + cout < + +using namespace std; + +int main(){ + + + float jg = 4/8 * 100 /2.0; + + cout <<"结果:"<