Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/pattern/domino.cpp:5–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
using namespace std;
4
5
int main(){
6
7
int m,n;
8
cin>>m>>n;
9
10
cout<<(m*n)/2;
11
return 0;
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected