From 2b5711b713e1fce9344f3e28effc4b1e214d3a8f Mon Sep 17 00:00:00 2001 From: log2hong Date: Sun, 9 Jan 2022 21:53:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=8A=98=20=EB=82=A0=EC=A7=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 10699.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 10699.cpp diff --git a/10699.cpp b/10699.cpp new file mode 100644 index 0000000..3470263 --- /dev/null +++ b/10699.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main(){ + cout << "2022-01-09" << endl; + return 0; +}