Advertisement
pdaogu

Untitled

Sep 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.00 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. int main () {
  4.   printf("\n----------------------------------------------------\n");
  5.   printf("| ---         TRUONG DAI HOC BACH KHOA HA NOI      |\n");
  6.   printf("| |o|                                              |\n");
  7.   printf("| ---                  THE SINH VIEN               |\n");
  8.   printf("====================================================\n");
  9.   printf("| ------ MSSV: 20176779                            |\n");
  10.   printf("| |    | Ho ten: NGUYEN DUC HUNG                   |\n");
  11.   printf("| |    | Ngay sinh: 21/05/1999  NAM                |\n");
  12.   printf("| |    | Ho khau: Gia Loc - Hai Duong              |\n");
  13.   printf("| |    | Lop: TT.CNTT ICT 02                       |\n");
  14.   printf("| ------ Khoa hoc: K62   Co gia tri den: 31/08/2022|\n");
  15.   printf("|                                                  |\n");
  16.   printf("| NPH: 15/09/2017                                  |\n");
  17.   printf("----------------------------------------------------\n");
  18.   return 0;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement