Problem hidden
AGPC01A - Welcome to AGPC
Welcome to AIUB Girls Programming Contest – Spring 2016-2017. Let's start the battle of brains. In this problem we are giving you a sample code that prints “Hello World”. You will have to change the program in such a way that it prints "Welcome to AGPC - Spring 2016-2017" (without the quotes).
স্বাগতম তোমাকে AIUB Girls Programming কন্টেস্টে। শুরু করা যাক বুদ্ধির যুদ্ধ। এই প্রবলেমে তোমাকে “Hello World” লেখার একটি কোড দেয়া হল, তোমার কাজ হচ্ছে কোডটি পরিবর্তন করে "Welcome to AGPC - Spring 2016-2017" ("উদ্ধৃতি ছাড়া") প্রিন্ট করতে হবে।
#include <stdio.h>
int main () {
printf( "Hello World!\n" );
return 0;
}
Input
There is no input in this problem.
Output
Only one line of output containing “Welcome to AGPC - Spring 2016-2017” (without the quotes).
Example
Input: Output: Welcome to AGPC - Spring 2016-2017
Added by: | imranziad |
Date: | 2017-04-04 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |
Resource: | AIUB Girls Programming Contest - Spring 2016-17 |