정올(정보올림피아드&알고리즘)/Language_Coder

정올 508 : 출력-자가진단8 (c언어) →CODINGKOOºº

it 킹왕짱 2022. 2. 3. 19:26
728x90

 

코드

#include<stdio.h>
int main() {
printf("      item     count     price\n");
printf("       pen        20       100\n");
printf("      note         5        95\n");
printf("    eraser       110        97\n");

return 0;
}

 

출력

      item     count     price
       pen        20       100
      note         5        95
    eraser       110        97

 

 

문제 http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=145&sca=1010

728x90
728x90