Advertisement
Yaroslavovich

Untitled

Oct 29th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. package com.company;
  2. import java.util.Scanner;
  3.  
  4. public class Main {
  5.     public static void main(String[] args) {
  6.         Scanner in = new Scanner(System.in);
  7.         int n;
  8.         n = in.nextInt();
  9.         for(int i = 0; i < n; i++) {
  10.                 System.out.println("Silens is gold");
  11.             }
  12.  
  13.         }
  14.  
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement