1 solutions
-
0
C :
#include<stdio.h> int main(){ printf("******************************\n"); printf("Very good!\n"); printf("******************************\n"); return 0; }C++ :
#include <stdio.h> int main() { printf("******************************\n"); printf("Very good!\n"); printf("******************************\n"); return 0; }Pascal :
begin writeln('******************************'); writeln('Very good!'); writeln('******************************'); end.Java :
public class Main { public static void main(String[] args) { System.out.println("******************************"); System.out.println("Very good!"); System.out.println("******************************"); } }Python :
print "******************************\nVery good!\n******************************"C# :
using System; namespace C语言 { class _1_4 { static void Main() { Console.WriteLine("******************************"); Console.WriteLine("Very good!"); Console.WriteLine("******************************"); // Console.ReadLine(); } } }
- 1
Information
- ID
- 16256
- Time
- 1000ms
- Memory
- 32MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By