mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update 2.2 Tiling Problem.md
This commit is contained in:
parent
33be252062
commit
b2cbd677f6
@ -1,3 +1,4 @@
|
|||||||
|
```cpp
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@ -21,3 +22,4 @@ int main(){
|
|||||||
// Call the function with 3 as the argument and print the result
|
// Call the function with 3 as the argument and print the result
|
||||||
cout << ways(3);
|
cout << ways(3);
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user