Welcome to BUBT IUPC
Author: QuwsarOhi
Problem Setter: Abu Quwsar OhiIntake 33, Department of CSE
There is no statement for this problem. Just copy the code
and submit it.
#include
<stdio.h>
int
main() {
printf("Welcome to BUBT
IUPC\n");
return 0;
}
Input Format
There is no input.
Output Format
Print “Welcome
to BUBT IUPC” in a single line.
Samples
Input
Output
Welcome to BUBT IUPC
Limits
Language | Time | Memory |
GNU C 11 | 1s | 512MB |
GNU C++ 14 | 1s | 512MB |
GNU C++ 11 | 1s | 512MB |
Statistics