fork download
  1. class M{
  2. static String c(){
  3. return "FKCIIBAVWMG\nN_P\nT_N\nC_C\nS_P\nP_S\nV_C\nS_P\nE_L\nS_B\nJCVCORIBCGM".replace("_","\t\t\t\t\t").replace(""," ");
  4. }
  5.  
  6. public static void main(String[] a){
  7. System.out.print(c());
  8. }
  9. }
Success #stdin #stdout 0.04s 711168KB
stdin
Standard input is empty
stdout
 F K C I I B A V W M G 
 N 	 	 	 	 	 P 
 T 	 	 	 	 	 N 
 C 	 	 	 	 	 C 
 S 	 	 	 	 	 P 
 P 	 	 	 	 	 S 
 V 	 	 	 	 	 C 
 S 	 	 	 	 	 P 
 E 	 	 	 	 	 L 
 S 	 	 	 	 	 B 
 J C V C O R I B C G M