Java Stdin and Stdout I

Sort by

recency

|

553 Discussions

|

  • + 0 comments

    import java.util.*;

    public class Solution {

    public static void main(String[] args) {
        Scanner scan = new Scanner(System.in);
        int a = scan.nextInt();
        int b = scan.nextInt();
        int c = scan.nextInt();
        // Complete this line
        // Complete this line
    
        System.out.println(a);
         System.out.println(b);
          System.out.println(c);
        // Complete this line
        // Complete this line
    }
    

    }

  • + 0 comments

    Explore the thrilling world of Brawl Stars with the Null's Brawl APK iOS. This unique version offers exciting features and customizations, allowing players to enjoy an enhanced gaming experience on iOS. Join the battle and discover endless fun in every match!

  • + 0 comments

    Restaurants can greatly enhance customer satisfaction by leveraging menu insights to optimize their offerings. By analyzing customer preferences and ordering patterns, they can highlight popular dishes and adjust prices effectively. This strategic approach helps create a more appealing dining experience for all patrons.

  • + 0 comments

    my code is succesfil in test case 0 but I cant make it so that all of the test cases are fulfilled. How do i do that?\

  • + 0 comments

    int a,b,c; Scanner sc = new Scanner(System.in); a = sc.nextInt(); b= sc.nextInt(); c = sc.nextInt(); System.out.println(a); System.out.println(b); System.out.println(c);