**Before watching this make sure that you’ve tried enough**
#include<iostream> using namespace std; int main() { int m,n,s=0; cin>>m>>n; s=(m*n)/2; cout<<s<<endl; }
If this solution helped you, please share this with your friends.
**Before watching this make sure that you’ve tried enough**
#include<iostream> using namespace std; int main() { int m,n,s=0; cin>>m>>n; s=(m*n)/2; cout<<s<<endl; }
If this solution helped you, please share this with your friends.