Startup and Tech
Tuesday, 21 July 2020
Codeforces-50A Domino Piling Problem Solution In Java
Program
import java.util.Scanner; public class x { public static void main(String args[]) { Scanner sc = new Scanner(System.in); int m =sc.nextInt(); int n =sc.nextInt(); System.out.println((int)m*n/2); } } }
Output
I/P 2 4 O/P 4 .t.r
Codeforces 1324B - Yet Another Palindrome Problem Solution In Python
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment