From 74539a7f41df768f53056fb754b9a4da5ac4b426 Mon Sep 17 00:00:00 2001 From: Jihoon Lee Date: Sat, 15 Jun 2024 16:34:20 +0900 Subject: [PATCH] Add 13312.cpp --- 13xxx/13312.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 13xxx/13312.cpp diff --git a/13xxx/13312.cpp b/13xxx/13312.cpp new file mode 100644 index 00000000..f34355df --- /dev/null +++ b/13xxx/13312.cpp @@ -0,0 +1,22 @@ +#include +#include +using namespace std; + +void solve(void) { + const int n = 50000; + const int s = 1234; + + cout << 2 * n << "\n"; + srand(s); + for (int i=0; i