Startup and Tech
Tuesday, 28 July 2020
Codeforces 977A Solution - Wrong Subtraction Solution In Java
Program
import java.util.*; public class x { public static void main(String args[]) { Scanner sc = new Scanner(System.in); long n = sc.nextLong(); long k = sc.nextLong(); long i=0,r=0; for(i=0;i
Output
I/P : ------ 512 4 ------ O/P : ------ 50
Codeforces 791A Solution - Bear and Big Brother Solution In Java
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment