結果

問題 No.308 素数は通れません
ユーザー holegumaholeguma
提出日時 2015-12-01 21:27:23
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 3,639 bytes
コンパイル時間 3,235 ms
コンパイル使用メモリ 74,988 KB
実行使用メモリ 56,168 KB
最終ジャッジ日時 2023-10-12 07:12:09
合計ジャッジ時間 11,047 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 41 ms
49,288 KB
testcase_01 AC 41 ms
49,504 KB
testcase_02 AC 42 ms
49,656 KB
testcase_03 AC 42 ms
49,216 KB
testcase_04 AC 42 ms
49,260 KB
testcase_05 AC 41 ms
49,384 KB
testcase_06 AC 40 ms
49,500 KB
testcase_07 AC 41 ms
49,232 KB
testcase_08 AC 42 ms
49,596 KB
testcase_09 AC 42 ms
49,664 KB
testcase_10 AC 42 ms
49,320 KB
testcase_11 AC 42 ms
49,244 KB
testcase_12 AC 42 ms
49,288 KB
testcase_13 AC 41 ms
49,352 KB
testcase_14 AC 41 ms
49,228 KB
testcase_15 AC 41 ms
49,348 KB
testcase_16 WA -
testcase_17 AC 41 ms
49,040 KB
testcase_18 AC 40 ms
49,392 KB
testcase_19 AC 39 ms
49,388 KB
testcase_20 AC 42 ms
49,416 KB
testcase_21 AC 41 ms
49,652 KB
testcase_22 AC 43 ms
49,504 KB
testcase_23 AC 42 ms
49,496 KB
testcase_24 AC 41 ms
49,324 KB
testcase_25 WA -
testcase_26 AC 41 ms
49,320 KB
testcase_27 AC 40 ms
49,072 KB
testcase_28 AC 43 ms
49,116 KB
testcase_29 WA -
testcase_30 AC 40 ms
49,232 KB
testcase_31 AC 40 ms
49,092 KB
testcase_32 AC 88 ms
52,260 KB
testcase_33 AC 42 ms
49,296 KB
testcase_34 WA -
testcase_35 AC 41 ms
49,452 KB
testcase_36 AC 43 ms
49,896 KB
testcase_37 AC 41 ms
49,412 KB
testcase_38 AC 42 ms
49,556 KB
testcase_39 AC 41 ms
49,232 KB
testcase_40 AC 40 ms
49,220 KB
testcase_41 AC 42 ms
49,796 KB
testcase_42 AC 43 ms
49,472 KB
testcase_43 AC 42 ms
49,052 KB
testcase_44 AC 42 ms
49,648 KB
testcase_45 AC 41 ms
49,384 KB
testcase_46 AC 41 ms
49,236 KB
testcase_47 AC 42 ms
49,328 KB
testcase_48 AC 41 ms
49,168 KB
testcase_49 AC 40 ms
49,232 KB
testcase_50 AC 41 ms
49,184 KB
testcase_51 AC 41 ms
49,304 KB
testcase_52 AC 42 ms
49,396 KB
testcase_53 AC 42 ms
49,280 KB
testcase_54 WA -
testcase_55 WA -
testcase_56 AC 42 ms
49,668 KB
testcase_57 AC 41 ms
49,392 KB
testcase_58 AC 42 ms
49,716 KB
testcase_59 AC 41 ms
49,212 KB
testcase_60 AC 42 ms
49,792 KB
testcase_61 AC 43 ms
49,672 KB
testcase_62 AC 43 ms
49,676 KB
testcase_63 AC 43 ms
49,844 KB
testcase_64 AC 41 ms
49,012 KB
testcase_65 AC 43 ms
49,516 KB
testcase_66 AC 42 ms
49,044 KB
testcase_67 AC 42 ms
49,408 KB
testcase_68 AC 41 ms
49,284 KB
testcase_69 AC 41 ms
49,220 KB
testcase_70 AC 41 ms
49,288 KB
testcase_71 AC 42 ms
49,492 KB
testcase_72 AC 41 ms
49,408 KB
testcase_73 AC 42 ms
49,224 KB
testcase_74 AC 44 ms
49,620 KB
testcase_75 AC 41 ms
49,296 KB
testcase_76 AC 105 ms
53,200 KB
testcase_77 WA -
testcase_78 WA -
testcase_79 WA -
testcase_80 AC 112 ms
53,752 KB
testcase_81 AC 122 ms
53,860 KB
testcase_82 WA -
testcase_83 WA -
testcase_84 AC 131 ms
56,168 KB
testcase_85 WA -
testcase_86 AC 125 ms
53,888 KB
testcase_87 AC 130 ms
53,832 KB
testcase_88 WA -
testcase_89 WA -
testcase_90 AC 131 ms
53,960 KB
testcase_91 AC 41 ms
49,312 KB
testcase_92 AC 43 ms
49,436 KB
testcase_93 AC 43 ms
50,064 KB
testcase_94 AC 43 ms
50,204 KB
testcase_95 AC 41 ms
49,404 KB
testcase_96 AC 42 ms
47,584 KB
testcase_97 AC 41 ms
49,292 KB
testcase_98 AC 41 ms
49,048 KB
testcase_99 AC 43 ms
49,576 KB
testcase_100 AC 42 ms
49,496 KB
testcase_101 WA -
testcase_102 AC 42 ms
49,440 KB
testcase_103 AC 42 ms
49,512 KB
testcase_104 AC 41 ms
49,044 KB
testcase_105 AC 42 ms
49,612 KB
testcase_106 AC 43 ms
49,604 KB
権限があれば一括ダウンロードができます

ソースコード

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||n==25) out.println(23);
 else if(isPrime(n-8,500)) out.println(14);
 else out.println(8);
}

public static boolean isPrime(long n,int k){
 if(n==2) return true;
 if(n<2||n%2==0) return false;
 long d=(n-1)>>1;
 while(d%2==0) d>>=1;
 for(int i=0;i<k;i++){
  long a=(long)(Math.random()*(n-1))+1;
  long t=d;
  long y=BigInteger.valueOf(a).modPow(BigInteger.valueOf(t),BigInteger.valueOf(n)).longValue();
  while(t!=n-1&&y!=1&&y!=n-1){
   y=BigInteger.valueOf(y).modPow(BigInteger.valueOf(2),BigInteger.valueOf(n)).longValue();
   t<<=1;
  }
  if(y!=n-1&&t%2==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