Skip to content

Commit e136311

Browse files
authored
Create park-lighting
1 parent eef94e0 commit e136311

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

park-lighting

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include <iostream>
2+
using namespace std;
3+
int main()
4+
{
5+
int t,m,n;
6+
cin>>t;
7+
while(t--){
8+
cin>>m>>n;
9+
cout<<(m*n+1)/2<<"\n";}
10+
}

0 commit comments

Comments
 (0)