From 9388c50571f23397e6ec4c875da7f1bee8ca0403 Mon Sep 17 00:00:00 2001 From: KiritoTRw <3021577574@qq.com> Date: Thu, 26 May 2016 07:52:01 +0800 Subject: [PATCH] Create 1402.cpp --- QUSTOJ/1402.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 QUSTOJ/1402.cpp diff --git a/QUSTOJ/1402.cpp b/QUSTOJ/1402.cpp new file mode 100644 index 0000000..ca210b0 --- /dev/null +++ b/QUSTOJ/1402.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "3.14159" << endl; + return 0; +}