diff --git a/1799_01choesornot/01choseornot.cpp b/1799_01choesornot/01choseornot.cpp new file mode 100644 index 0000000..0b35af7 --- /dev/null +++ b/1799_01choesornot/01choseornot.cpp @@ -0,0 +1,20 @@ +#include +using namespace std; +int main(){ + long long n,m,f[52][6]={0}; + cin>>n>>m; + f[0][0]=1; + f[1][0]=1; + for(int i=1;i<=n;i++){ + //cout<