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