fork download
  1. class Bar{
  2. //ここを作成
  3. }
  4. class Graph{
  5. public static void main( String [] args ){
  6. Bar b = new Bar("□");
  7. //ここを作成
  8.  
  9. for(int i=0; i<data.length; i++){
  10. b.showBar( data[i] );
  11. }
  12. }
  13. }
  14.  
Success #stdin #stdout 0.06s 2841600KB
stdin
Standard input is empty
stdout
Standard output is empty