Guest User

Untitled

a guest
Jan 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package com.company;
  2. import java.util.Scanner;
  3. public class Codeforces592B {
  4. public static void main(String[] args) {
  5. Scanner input= new Scanner(System.in);
  6. int num1,num2;
  7. num1= input.nextInt();
  8. num2=(num1-2)*(num1-2);
  9. System.out.printf("%dn",num2);
  10. }//end of main
  11. }//end of codeforces592B
Add Comment
Please, Sign In to add comment