Quick actions

cmd+k|ctrl+k

Navigation

Languages

Tugas1.1

Snippet info

Language

Cpp

Visibility

public

Author

faranvy

Created

2024-10-12T10:34:07.343725Z

Updated

2024-10-15T12:38:49.448609Z

#include <iostream>
using namespace std;

//Nama : Fara Novri Hasbel Wijaya
//NIM : 3420230017

int main() {
    cout << "Lomba Gang Terheboh"<<endl;
    cout << "-------------------------------------------"<<endl;
    cout << "| Juara | Nama Gang        | Tema         |"<<endl;
    cout << "-------------------------------------------"<<endl;
    cout << "| 1     | Mangga Golek     | Astronot     | "<<endl;
    cout << "| 2     | Jambu Air        | Disney       | "<<endl;
    cout << "| 3     | Markisa Raya     | Harry Potter | "<<endl;
    cout << "-------------------------------------------"<<endl;
    return 0;
}
INFO