diff --git a/Cx330_25 b/Cx330_25 new file mode 100644 index 0000000..f4e78c3 --- /dev/null +++ b/Cx330_25 @@ -0,0 +1,14 @@ +## 编写一个666程序 + +### 输入一个666并用c++语言把字符串“666”变成整型666 +``` +#include +using namespace std; +int main() +{ + string s; + cin>>s; + cout<