From 6d3250fb4fab4741ef82d36d1b058963ac24b510 Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Wed, 7 Dec 2016 19:13:34 +0800 Subject: [PATCH] Create 1910.cpp --- QUSTOJ/1910.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 QUSTOJ/1910.cpp diff --git a/QUSTOJ/1910.cpp b/QUSTOJ/1910.cpp new file mode 100644 index 0000000..584da95 --- /dev/null +++ b/QUSTOJ/1910.cpp @@ -0,0 +1,10 @@ +#include +#include +using namespace std; +int main() +{ + string a; + getline(cin,a); + cout<