0.Hello EEEC


Submit solution

Points: 1
Time limit: 1.0s
Memory limit: 98M

Author:
Problem type
Allowed languages
Ada, Assembly, Awk, C, C++, C11, CLANG, CLANGX, Classical, COBOL, Coffee, CSC, D lang, DART, F95, FORTH, Fortrn, GAS32, GO, Haskell, Itercal, Java, kotlin, LEAN, LISP, LUA, MONOVB, Nasm, OCAML, Pascal, Perl, php, PIKE, prolog, Pypy, Python, Ruby 2, RUST, Scala, SCM, SED, SWIFT, TCL, TUR, V8JS, VB, ZIG

In dòng chữ "Hello EEEC" lên màn hình

Input:

Không có gì

Output:

Hello EEEC
EEEC

Comments


  • 0
    Tcviet_KTDTVT2_K61  commented on Sept. 2, 2021, 4:23 a.m.

    include<stdio.h>

    int main() { printf("Hello EEEC"); }


  • 0
    Toàn_KTDTVT2_k61  commented on Aug. 31, 2021, 2:52 a.m. edited

    include <stdio.h>

    main(){ printf("Hello EEEC"); }


  • 0
    NguyenThiThuHue  commented on Jan. 6, 2018, 1:44 a.m. edited

    using System; using System.Collections.Generic; using System.Linq; using System.Text;

    namespace indongchu
    {
        class Program
        {
            static void Main(string[] args)
            {
                Console.WriteLine("Hello EEEC");
                Console.ReadKey();
            }
    
        }
    }