update
This commit is contained in:
parent
a6bf42523b
commit
9812197a3e
12
src/CSP-S2023/game/game.cpp
Normal file
12
src/CSP-S2023/game/game.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
using ll = long long;
|
||||
|
||||
ll n;
|
||||
std::string s;
|
||||
|
||||
int main(){
|
||||
std::cin>>n>>s;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user