From 9b2460e4b57e5d7e490c0a9a7f47755df3c135e1 Mon Sep 17 00:00:00 2001 From: sanerror <237606586@qq.com> Date: Mon, 17 Oct 2016 01:13:06 +0800 Subject: [PATCH] Update ex9_47_1.cpp --- ch09/ex9_47_1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch09/ex9_47_1.cpp b/ch09/ex9_47_1.cpp index 6bf80066..a161fc39 100644 --- a/ch09/ex9_47_1.cpp +++ b/ch09/ex9_47_1.cpp @@ -21,7 +21,7 @@ using std::endl; int main() { - string numbers{"123456789"}; + string numbers{"0123456789"}; string alphabet{"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"}; string str{"ab2c3d7R4E6"};