Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class flamasterek{
  4.     public static void main(String[] args){
  5.         Scanner in = new Scanner(System.in);
  6.         int n = in.nextInt();
  7.  
  8.         for(int i = 0; i < n; i++){
  9.             String slowo = in.nextLine();
  10.         }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement