結果

問題 No.308 素数は通れません
ユーザー holegumaholeguma
提出日時 2015-12-01 21:51:59
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 3,671 bytes
コンパイル時間 2,304 ms
コンパイル使用メモリ 74,680 KB
実行使用メモリ 55,852 KB
最終ジャッジ日時 2023-10-12 07:16:59
合計ジャッジ時間 11,134 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 44 ms
49,096 KB
testcase_01 AC 44 ms
49,444 KB
testcase_02 AC 45 ms
49,160 KB
testcase_03 AC 44 ms
49,048 KB
testcase_04 AC 44 ms
48,980 KB
testcase_05 AC 44 ms
49,144 KB
testcase_06 AC 46 ms
49,260 KB
testcase_07 AC 44 ms
49,416 KB
testcase_08 AC 44 ms
49,052 KB
testcase_09 AC 44 ms
49,176 KB
testcase_10 AC 44 ms
49,160 KB
testcase_11 AC 45 ms
49,020 KB
testcase_12 AC 44 ms
49,440 KB
testcase_13 AC 45 ms
49,016 KB
testcase_14 AC 45 ms
49,136 KB
testcase_15 AC 46 ms
49,372 KB
testcase_16 AC 45 ms
49,232 KB
testcase_17 WA -
testcase_18 AC 46 ms
47,168 KB
testcase_19 WA -
testcase_20 AC 50 ms
49,540 KB
testcase_21 AC 46 ms
49,240 KB
testcase_22 AC 45 ms
49,176 KB
testcase_23 WA -
testcase_24 AC 45 ms
49,112 KB
testcase_25 AC 45 ms
49,164 KB
testcase_26 WA -
testcase_27 AC 44 ms
49,052 KB
testcase_28 WA -
testcase_29 AC 45 ms
49,560 KB
testcase_30 AC 46 ms
49,188 KB
testcase_31 WA -
testcase_32 AC 83 ms
51,820 KB
testcase_33 AC 45 ms
49,060 KB
testcase_34 AC 44 ms
49,132 KB
testcase_35 WA -
testcase_36 AC 44 ms
49,256 KB
testcase_37 WA -
testcase_38 AC 44 ms
49,032 KB
testcase_39 AC 45 ms
49,212 KB
testcase_40 WA -
testcase_41 AC 44 ms
48,952 KB
testcase_42 AC 45 ms
48,920 KB
testcase_43 WA -
testcase_44 WA -
testcase_45 AC 45 ms
48,996 KB
testcase_46 WA -
testcase_47 AC 46 ms
48,948 KB
testcase_48 AC 45 ms
48,996 KB
testcase_49 AC 44 ms
49,288 KB
testcase_50 WA -
testcase_51 WA -
testcase_52 AC 44 ms
49,232 KB
testcase_53 AC 44 ms
49,408 KB
testcase_54 AC 44 ms
49,144 KB
testcase_55 AC 44 ms
48,940 KB
testcase_56 AC 45 ms
49,520 KB
testcase_57 AC 45 ms
49,252 KB
testcase_58 AC 45 ms
48,952 KB
testcase_59 AC 43 ms
46,984 KB
testcase_60 AC 44 ms
49,156 KB
testcase_61 AC 44 ms
49,292 KB
testcase_62 AC 45 ms
49,032 KB
testcase_63 AC 47 ms
49,452 KB
testcase_64 AC 45 ms
49,308 KB
testcase_65 AC 45 ms
49,288 KB
testcase_66 WA -
testcase_67 AC 45 ms
49,152 KB
testcase_68 WA -
testcase_69 WA -
testcase_70 WA -
testcase_71 AC 45 ms
49,212 KB
testcase_72 AC 45 ms
49,488 KB
testcase_73 WA -
testcase_74 AC 44 ms
49,136 KB
testcase_75 WA -
testcase_76 AC 100 ms
53,396 KB
testcase_77 AC 45 ms
49,036 KB
testcase_78 AC 45 ms
49,120 KB
testcase_79 AC 44 ms
49,004 KB
testcase_80 AC 115 ms
53,764 KB
testcase_81 AC 129 ms
54,260 KB
testcase_82 AC 45 ms
49,128 KB
testcase_83 AC 48 ms
49,060 KB
testcase_84 AC 138 ms
55,852 KB
testcase_85 AC 44 ms
49,256 KB
testcase_86 AC 134 ms
53,848 KB
testcase_87 AC 134 ms
53,752 KB
testcase_88 AC 44 ms
47,236 KB
testcase_89 AC 45 ms
49,124 KB
testcase_90 AC 137 ms
53,852 KB
testcase_91 AC 45 ms
49,148 KB
testcase_92 AC 45 ms
49,064 KB
testcase_93 AC 44 ms
49,208 KB
testcase_94 AC 44 ms
49,256 KB
testcase_95 AC 44 ms
49,176 KB
testcase_96 AC 47 ms
49,520 KB
testcase_97 AC 46 ms
49,188 KB
testcase_98 WA -
testcase_99 AC 47 ms
49,620 KB
testcase_100 AC 47 ms
49,580 KB
testcase_101 WA -
testcase_102 AC 46 ms
49,084 KB
testcase_103 AC 46 ms
49,108 KB
testcase_104 AC 45 ms
49,160 KB
testcase_105 AC 45 ms
48,936 KB
testcase_106 AC 47 ms
49,500 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((n%8==1&&isPrime(n-8,500))||n%8==0||n%8==4) out.println(14);
 else out.println(8);
}

public static boolean isPrime(long n,int k){
 if(n==2) return true;
 if(n<2||(n&1)==0) return false;
 long d=(n-1)>>1;
 while((d&1)==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&1)==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