fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. cout << "Nama : Kezia Setevani" << endl;
  6. cout << "Alamat : Sumur Kucing, Pasir Sakti" << endl;
  7. cout << "No. HP : 087746988776" << endl;
  8. cout << "Sekolah : SMAN 1 Pasir Sakti" << endl;
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Nama    : Kezia Setevani
Alamat  : Sumur Kucing, Pasir Sakti
No. HP  : 087746988776
Sekolah : SMAN 1 Pasir Sakti