URI - BEECROWD -Bee - 1000 - Hello World! - Solution in C++ | Beecrowd Online Judge Solutions
Hello World!
Jean Bez, beecrowd Brasil
Welcome to Beecrowd!
Your first program in any programming language is usually "Hello World!". In this first problem all you have to do is print this message on the screen.
Input
This problem has no input.
Output
You must print the message Hello World! and then the endline as shown below.
Input Sample | Output Sample |
Hello World! |
Explanation of URI - BEECROWD -Bee - 1000 - Hello World! - Solution in C++:
URI / BEE 1000 Solution in C++ :
URI / BEECROWD Online Judge 1000 Solve in C++ : |
#include <iostream>using namespace std;int main(){cout << "Hello World!" << endl;return 0;}
0 Response to URI - BEECROWD -Bee - 1000 - Hello World! - Solution in C++ | Beecrowd Online Judge Solution
Post a Comment