From 9e8020b7d2a8db410b7b2102ae783c3455f20809 Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Wed, 7 Dec 2016 19:08:22 +0800 Subject: [PATCH] Create 1908.cpp --- QUSTOJ/1908.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 QUSTOJ/1908.cpp diff --git a/QUSTOJ/1908.cpp b/QUSTOJ/1908.cpp new file mode 100644 index 0000000..1d5e1a7 --- /dev/null +++ b/QUSTOJ/1908.cpp @@ -0,0 +1,13 @@ +#include +#include +using namespace std; + +int main() +{ + int a,b,c,d; + cin>>a>>b>>c>>d; + complex x(a,b); + complex y(c,d); + cout<