From 9812197a3e99c986261ef10c9fbd7c45e1b7e517 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Fri, 25 Oct 2024 23:15:51 +0800 Subject: [PATCH] update --- src/CSP-S2023/game/game.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/CSP-S2023/game/game.cpp diff --git a/src/CSP-S2023/game/game.cpp b/src/CSP-S2023/game/game.cpp new file mode 100644 index 0000000..1f3df44 --- /dev/null +++ b/src/CSP-S2023/game/game.cpp @@ -0,0 +1,12 @@ +#include +#include + +using ll = long long; + +ll n; +std::string s; + +int main(){ + std::cin>>n>>s; + +} \ No newline at end of file