Sabtu, 15 Desember 2012

-BSI- Tugas UAS

#include <stdio.h>
#include <conio.h>
#include <iostream.h>
#include <iomanip.h>

gr()
{puts("------------------------------");}

grs()
{puts("=========================================");}

garis()
{puts("==============================================================");}

int hitung(int x, int y)
{return x+y;
}

main()
{
 long int i, x, tb=0;
 char np[25], lg;
 struct
 {
  int jb;
  long int hr, tl;
  char kd, *mr;
  }oli[10];