From b68c0fce46de5d0cef64ddc3b4f014bcbd77a537 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Tue, 19 Nov 2024 13:48:23 +0800 Subject: [PATCH] update --- 2024/11/src/T541156/T541156.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2024/11/src/T541156/T541156.cpp diff --git a/2024/11/src/T541156/T541156.cpp b/2024/11/src/T541156/T541156.cpp new file mode 100644 index 0000000..196d0be --- /dev/null +++ b/2024/11/src/T541156/T541156.cpp @@ -0,0 +1,13 @@ +#include +#include +#include + +using ll = int64_t; +using std::cin, std::cout; + + +int main(){ + std::iostream::sync_with_stdio(false), std::cin.tie(nullptr), std::cout.tie(nullptr); + + +} \ No newline at end of file