From 2f552766ec5c493e9a1d744731272f27c69f89a0 Mon Sep 17 00:00:00 2001 From: Cx330 <2011690092@qq.com> Date: Sun, 16 Apr 2023 17:10:25 +0800 Subject: [PATCH] Cx330_25 --- Cx330_25 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cx330_25 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<