[백준] #9654 나무 함대 데이터(c++)

kkily·2021년 7월 22일
0

[알고리즘]

목록 보기
50/102

문제링크

#include<iostream>

using namespace std;

int main(){
    ios_base::sync_with_stdio(0);
    cin.tie(0);
    cout.tie(0);
    cout << "SHIP NAME      CLASS          DEPLOYMENT IN SERVICE" << endl;
    cout << "N2 Bomber      Heavy Fighter  Limited    21        " << endl;
    cout << "J-Type 327     Light Combat   Unlimited  1         " << endl;
    cout << "NX Cruiser     Medium Fighter Limited    18        " << endl;
    cout << "N1 Starfighter Medium Fighter Unlimited  25        " << endl;
    cout << "Royal Cruiser  Light Combat   Limited    4         " << endl;
}
profile
낄리의 개발 블로그╰(*°▽°*)╯

0개의 댓글

관련 채용 정보