import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){ Scanner reader;

try{
  reader = new Scanner(new File(args[0]))
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}finally{
  reader.close();
}

} }

import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){ Scanner reader;

try{
  reader = new Scanner(new File(args[0]))
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}finally{
  reader.close();
}

} }

import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){ Scanner reader;

try{
  <mark>reader = new Scanner(new File(args[0]))</mark>
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}finally{
  reader.close();
}

} }

import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){ Scanner reader;

try{
  <mark>reader = new Scanner(new File(args[0]))</mark>
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}finally{
  <mark>reader.close();</mark>
}

} }

import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){ Scanner reader;

<mark>try(
  Scanner reader = new Scanner(new File(args[0]))
){</mark>
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}finally{
  reader.close();
}

} }

import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){ Scanner reader;

<mark>try(
  Scanner reader = new Scanner(new File(args[0]))
){</mark>
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}<s>finally{
  reader.close();
}</s>

} }

import java.util.Scanner;
import java.io.File;
import java.util.InputMismatchException;
import java.io.FileNotFoundException;

public class Resources{

public static void main(String[] args){

try(
  Scanner reader = new Scanner(new File(args[0]))
){
  int x = reader.nextInt();
  System.out.println(x + 5);

}catch(InputMismatchException e){
  System.out.println("Error: Invalid Number Format!");
}catch(FileNotFoundException e){
  System.out.println("Error: File Not Found!");
}

} }

"/js/highlight.pack.js"