結果

問題 No.308 素数は通れません
ユーザー holegumaholeguma
提出日時 2015-12-01 03:19:20
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 2,813 bytes
コンパイル時間 2,149 ms
コンパイル使用メモリ 74,684 KB
実行使用メモリ 51,284 KB
最終ジャッジ日時 2023-10-12 07:08:41
合計ジャッジ時間 9,615 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 42 ms
49,500 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 41 ms
49,100 KB
testcase_16 AC 41 ms
49,096 KB
testcase_17 AC 41 ms
49,152 KB
testcase_18 AC 41 ms
49,216 KB
testcase_19 AC 41 ms
49,280 KB
testcase_20 AC 41 ms
49,152 KB
testcase_21 AC 41 ms
49,144 KB
testcase_22 AC 41 ms
49,304 KB
testcase_23 AC 41 ms
49,124 KB
testcase_24 AC 41 ms
49,228 KB
testcase_25 AC 41 ms
49,628 KB
testcase_26 AC 41 ms
49,092 KB
testcase_27 AC 40 ms
49,224 KB
testcase_28 AC 42 ms
49,144 KB
testcase_29 AC 42 ms
49,336 KB
testcase_30 AC 42 ms
49,512 KB
testcase_31 AC 41 ms
49,204 KB
testcase_32 WA -
testcase_33 AC 41 ms
49,212 KB
testcase_34 AC 41 ms
47,616 KB
testcase_35 AC 41 ms
49,404 KB
testcase_36 AC 41 ms
49,080 KB
testcase_37 AC 41 ms
49,320 KB
testcase_38 AC 42 ms
49,212 KB
testcase_39 AC 41 ms
49,272 KB
testcase_40 AC 41 ms
49,256 KB
testcase_41 AC 41 ms
49,332 KB
testcase_42 AC 42 ms
49,224 KB
testcase_43 AC 41 ms
49,308 KB
testcase_44 AC 41 ms
47,280 KB
testcase_45 AC 40 ms
49,336 KB
testcase_46 AC 41 ms
49,232 KB
testcase_47 AC 41 ms
47,828 KB
testcase_48 AC 41 ms
49,380 KB
testcase_49 AC 44 ms
49,288 KB
testcase_50 AC 41 ms
49,100 KB
testcase_51 AC 41 ms
49,168 KB
testcase_52 AC 41 ms
49,296 KB
testcase_53 AC 41 ms
49,504 KB
testcase_54 AC 41 ms
49,408 KB
testcase_55 AC 41 ms
49,168 KB
testcase_56 AC 41 ms
49,288 KB
testcase_57 AC 41 ms
49,228 KB
testcase_58 AC 41 ms
49,108 KB
testcase_59 AC 42 ms
49,100 KB
testcase_60 AC 41 ms
49,392 KB
testcase_61 AC 41 ms
49,276 KB
testcase_62 AC 41 ms
49,332 KB
testcase_63 AC 41 ms
49,104 KB
testcase_64 AC 41 ms
49,132 KB
testcase_65 AC 41 ms
49,336 KB
testcase_66 AC 41 ms
49,184 KB
testcase_67 AC 40 ms
49,324 KB
testcase_68 AC 41 ms
49,292 KB
testcase_69 AC 41 ms
47,300 KB
testcase_70 AC 42 ms
49,224 KB
testcase_71 AC 41 ms
49,276 KB
testcase_72 AC 41 ms
49,316 KB
testcase_73 AC 41 ms
49,216 KB
testcase_74 AC 41 ms
49,188 KB
testcase_75 AC 41 ms
51,276 KB
testcase_76 WA -
testcase_77 AC 41 ms
49,160 KB
testcase_78 AC 40 ms
49,540 KB
testcase_79 AC 41 ms
49,276 KB
testcase_80 WA -
testcase_81 WA -
testcase_82 AC 40 ms
49,496 KB
testcase_83 AC 40 ms
49,100 KB
testcase_84 WA -
testcase_85 AC 41 ms
49,516 KB
testcase_86 WA -
testcase_87 WA -
testcase_88 AC 41 ms
49,268 KB
testcase_89 AC 41 ms
49,628 KB
testcase_90 WA -
testcase_91 AC 41 ms
49,640 KB
testcase_92 AC 41 ms
47,784 KB
testcase_93 AC 41 ms
49,396 KB
testcase_94 AC 42 ms
49,092 KB
testcase_95 AC 42 ms
49,120 KB
testcase_96 AC 42 ms
49,128 KB
testcase_97 AC 40 ms
49,172 KB
testcase_98 AC 42 ms
49,208 KB
testcase_99 AC 42 ms
49,220 KB
testcase_100 AC 42 ms
49,292 KB
testcase_101 WA -
testcase_102 AC 41 ms
49,312 KB
testcase_103 AC 41 ms
49,272 KB
testcase_104 AC 41 ms
49,156 KB
testcase_105 AC 41 ms
47,392 KB
testcase_106 AC 41 ms
49,412 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();
 out.println(8);
}

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