1 solutions
-
0
C :
#include <stdio.h> #include <math.h> int main(void){ printf("**************************\n"); printf(" Very Good!\n"); printf("**************************\n"); return 0; }C++ :
#include <bits/stdc++.h> using namespace std; int main() { cout<<"**************************"<<"\n"; cout<<" Very Good!"<<"\n"; cout<<"**************************"; return 0; }
- 1
Information
- ID
- 17593
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- (None)
- # Submissions
- 0
- Accepted
- 0
- Uploaded By