From 9aeb76975fd87281d67cafa36180c8dc69519d2a Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Mon, 24 Oct 2016 17:02:20 +0800 Subject: [PATCH] Create 1868.cpp --- QUSTOJ/1868.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 QUSTOJ/1868.cpp diff --git a/QUSTOJ/1868.cpp b/QUSTOJ/1868.cpp new file mode 100644 index 0000000..253dcb8 --- /dev/null +++ b/QUSTOJ/1868.cpp @@ -0,0 +1,10 @@ +#include +using namespace std; + +int main() +{ + int a,b; + cin>>a>>b; + cout<