Startup and Tech
Saturday, 25 July 2020
Codeforces 69A Solution - Young Physicist Solution In Java
Program
import java.util.*; public class x{ public static void main(String args[]) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int x=0,y=0,z=0; for(int i=0;i
Output
I/P : 3 4 1 7 -2 4 -1 1 -5 -3 O/P : NO
Codeforces 236A Solution - Boy or Girl Solution In Java
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment