1 solutions
-
0
C :
# include <stdio.h> int main() { printf("******************** \n"); printf("Very Good! \n"); printf("******************** \n"); return 0; }C++ :
#include <cstdio> int main() { printf("******************** \n"); printf("Very Good! \n"); printf("******************** "); return 0; }Python :
# coding=utf-8 print("********************", "Very Good!", "********************", sep = '\n')
- 1
Information
- ID
- 17685
- Time
- 1000ms
- Memory
- 12MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By