結果

問題 No.308 素数は通れません
ユーザー holegumaholeguma
提出日時 2015-12-01 03:41:49
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 3,355 bytes
コンパイル時間 2,453 ms
コンパイル使用メモリ 78,812 KB
実行使用メモリ 52,288 KB
最終ジャッジ日時 2024-09-14 06:26:31
合計ジャッジ時間 10,467 ms
ジャッジサーバーID
(参考情報)
judge6 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 53 ms
50,204 KB
testcase_01 AC 53 ms
50,252 KB
testcase_02 AC 55 ms
50,264 KB
testcase_03 AC 56 ms
49,944 KB
testcase_04 AC 54 ms
50,008 KB
testcase_05 AC 55 ms
50,400 KB
testcase_06 AC 55 ms
50,320 KB
testcase_07 AC 54 ms
50,364 KB
testcase_08 AC 54 ms
50,144 KB
testcase_09 AC 54 ms
49,812 KB
testcase_10 AC 55 ms
50,328 KB
testcase_11 AC 53 ms
49,920 KB
testcase_12 AC 54 ms
50,256 KB
testcase_13 AC 54 ms
49,988 KB
testcase_14 WA -
testcase_15 AC 54 ms
50,344 KB
testcase_16 AC 53 ms
49,948 KB
testcase_17 AC 54 ms
50,276 KB
testcase_18 AC 54 ms
49,996 KB
testcase_19 AC 53 ms
50,160 KB
testcase_20 WA -
testcase_21 AC 53 ms
50,128 KB
testcase_22 AC 53 ms
50,260 KB
testcase_23 AC 55 ms
50,304 KB
testcase_24 AC 54 ms
50,184 KB
testcase_25 AC 54 ms
50,288 KB
testcase_26 AC 54 ms
50,336 KB
testcase_27 AC 54 ms
50,192 KB
testcase_28 AC 53 ms
50,260 KB
testcase_29 AC 54 ms
50,112 KB
testcase_30 AC 54 ms
50,044 KB
testcase_31 AC 54 ms
49,820 KB
testcase_32 AC 54 ms
50,204 KB
testcase_33 AC 54 ms
50,360 KB
testcase_34 AC 54 ms
50,252 KB
testcase_35 AC 54 ms
50,208 KB
testcase_36 AC 54 ms
50,192 KB
testcase_37 AC 54 ms
50,300 KB
testcase_38 AC 56 ms
49,936 KB
testcase_39 AC 54 ms
50,164 KB
testcase_40 AC 54 ms
50,068 KB
testcase_41 AC 55 ms
50,228 KB
testcase_42 AC 54 ms
49,932 KB
testcase_43 AC 54 ms
50,212 KB
testcase_44 AC 54 ms
50,280 KB
testcase_45 AC 54 ms
50,156 KB
testcase_46 AC 54 ms
50,064 KB
testcase_47 AC 54 ms
49,992 KB
testcase_48 AC 53 ms
50,176 KB
testcase_49 AC 53 ms
50,260 KB
testcase_50 AC 53 ms
49,908 KB
testcase_51 AC 53 ms
50,440 KB
testcase_52 AC 53 ms
50,204 KB
testcase_53 AC 53 ms
49,956 KB
testcase_54 AC 54 ms
50,404 KB
testcase_55 AC 53 ms
50,376 KB
testcase_56 WA -
testcase_57 AC 53 ms
50,072 KB
testcase_58 AC 53 ms
49,820 KB
testcase_59 AC 54 ms
50,384 KB
testcase_60 AC 54 ms
49,820 KB
testcase_61 AC 55 ms
50,276 KB
testcase_62 AC 54 ms
49,928 KB
testcase_63 WA -
testcase_64 AC 53 ms
50,172 KB
testcase_65 AC 53 ms
49,884 KB
testcase_66 AC 54 ms
50,308 KB
testcase_67 AC 54 ms
49,900 KB
testcase_68 WA -
testcase_69 WA -
testcase_70 WA -
testcase_71 AC 53 ms
50,268 KB
testcase_72 WA -
testcase_73 WA -
testcase_74 AC 54 ms
50,156 KB
testcase_75 AC 54 ms
50,024 KB
testcase_76 AC 53 ms
50,244 KB
testcase_77 AC 53 ms
49,988 KB
testcase_78 AC 54 ms
50,184 KB
testcase_79 AC 54 ms
50,296 KB
testcase_80 AC 54 ms
50,268 KB
testcase_81 AC 53 ms
49,944 KB
testcase_82 AC 52 ms
50,404 KB
testcase_83 AC 53 ms
49,780 KB
testcase_84 AC 54 ms
50,312 KB
testcase_85 AC 53 ms
50,388 KB
testcase_86 AC 53 ms
50,140 KB
testcase_87 AC 53 ms
50,368 KB
testcase_88 AC 54 ms
50,020 KB
testcase_89 AC 53 ms
50,296 KB
testcase_90 AC 53 ms
49,956 KB
testcase_91 WA -
testcase_92 AC 53 ms
50,212 KB
testcase_93 AC 54 ms
50,204 KB
testcase_94 AC 53 ms
50,172 KB
testcase_95 WA -
testcase_96 WA -
testcase_97 AC 54 ms
50,236 KB
testcase_98 AC 54 ms
50,276 KB
testcase_99 WA -
testcase_100 WA -
testcase_101 WA -
testcase_102 WA -
testcase_103 WA -
testcase_104 WA -
testcase_105 AC 54 ms
49,904 KB
testcase_106 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.InputStream;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.InputMismatchException;
import java.util.NoSuchElementException;
import java.math.BigInteger;

public class Main{

static PrintWriter out;
static InputReader ir;

static void solve(){
 long n=ir.nextLong();
 if(n==4) out.println(3);
 else if(n==6) out.println(5);
 else if(n==8||n==9||n==10||n==15||n==16||n==22) out.println(7);
 else if(n==12) out.println(11);
 else if(n==14||n==15) out.println(13);
 else if(n==20||n==21) out.println(19);
 else if(n==24) out.println(23);
 else{
  for(long i=8;i<n;i+=2){
   if(isPrime(i+1)) continue;
   if(n%i!=1){
    out.println(i);
    return;
   }
  }
  out.println(n-1);
 }
}

public static boolean isPrime(long n){
 if(n%2==0) return false;
 for(int i=3;i<=Math.sqrt(n);i+=2){
  if(n%i==0) return false;
 }
 return true;
}

public static void main(String[] args) throws Exception{
 ir=new InputReader(System.in);
 out=new PrintWriter(System.out);
 solve();
 out.flush();
}

static class InputReader {
 private InputStream in;
 private byte[] buffer=new byte[1024];
 private int curbuf;
 private int lenbuf;

 public InputReader(InputStream in) {this.in=in; this.curbuf=this.lenbuf=0;}
 
 public boolean hasNextByte() {
  if(curbuf>=lenbuf){
   curbuf= 0;
   try{
    lenbuf=in.read(buffer);
   }catch(IOException e) {
    throw new InputMismatchException();
   }
   if(lenbuf<=0) return false;
  }
  return true;
 }

 private int readByte(){if(hasNextByte()) return buffer[curbuf++]; else return -1;}
 
 private boolean isSpaceChar(int c){return !(c>=33&&c<=126);}
 
 private void skip(){while(hasNextByte()&&isSpaceChar(buffer[curbuf])) curbuf++;}
 
 public boolean hasNext(){skip(); return hasNextByte();}
 
 public String next(){
  if(!hasNext()) throw new NoSuchElementException();
  StringBuilder sb=new StringBuilder();
  int b=readByte();
  while(!isSpaceChar(b)){
   sb.appendCodePoint(b);
   b=readByte();
  }
  return sb.toString();
 }
 
 public int nextInt() {
  if(!hasNext()) throw new NoSuchElementException();
  int c=readByte();
  while (isSpaceChar(c)) c=readByte();
  boolean minus=false;
  if (c=='-') {
   minus=true;
   c=readByte();
  }
  int res=0;
  do{
   if(c<'0'||c>'9') throw new InputMismatchException();
   res=res*10+c-'0';
   c=readByte();
  }while(!isSpaceChar(c));
  return (minus)?-res:res;
 }
 
 public long nextLong() {
  if(!hasNext()) throw new NoSuchElementException();
  int c=readByte();
  while (isSpaceChar(c)) c=readByte();
  boolean minus=false;
  if (c=='-') {
   minus=true;
   c=readByte();
  }
  long res = 0;
  do{
   if(c<'0'||c>'9') throw new InputMismatchException();
   res=res*10+c-'0';
   c=readByte();
  }while(!isSpaceChar(c));
  return (minus)?-res:res;
 }

 public double nextDouble(){return Double.parseDouble(next());}

 public BigInteger nextBigInteger(){return new BigInteger(next());}

 public int[] nextIntArray(int n){
  int[] a=new int[n];
  for(int i=0;i<n;i++) a[i]=nextInt();
  return a;
 }

 public long[] nextLongArray(int n){
  long[] a=new long[n];
  for(int i=0;i<n;i++) a[i]=nextLong();
  return a;
 }

 public char[][] nextCharMap(int n,int m){
  char[][] map=new char[n][m];
  for(int i=0;i<n;i++) map[i]=next().toCharArray();
  return map;
 }
}
}
0