diff --git a/QUSTOJ/1870.cpp b/QUSTOJ/1870.cpp new file mode 100644 index 0000000..d97c744 --- /dev/null +++ b/QUSTOJ/1870.cpp @@ -0,0 +1,22 @@ +#include +using namespace std; + +void act(int n,char a,char b,char c) +{ + if(n==1) + cout<"<"<>n; + act(n,'A','B','C'); + return 0; +}