ada 백준 2372 Livestock Count(Ada)-[bronze(5)] 문제-https://www.acmicpc.net/problem/2372 2372번: Livestock Count Print the table below as shown. The character “-”, is a dash not an underscore. www.acmicpc.net 이 문제는 영어지만 간단히 말해 output을 Ada로 출력하라는 문제이다. 코드 with Ada.Text_IO; procedure Hello is begin Ada.Text_IO.Put_Line("Animal Count"); Ada.Text_IO.Put_Line("-----------------"); Ada.Text_IO.Put_Line("Chickens 100"); Ada.Text_IO.Put_Line("Clydesdal.. 더보기 이전 1 다음