Giter Club home page Giter Club logo

echo's Introduction

ECHO: command echo

https://img.shields.io/badge/License-Unlicense-blue.svg

Some answers to the ECHO problem in various programming languages.

ECHO is distributed under the Unlicense.

You task is to implement the echo command for a sequence of integers: rewrite integers from input to output. The program is a starting point for solving more interesting problems.

Input

A sequence of integers (at most 200000) between 1 and 1000000.

Output

The sequence given as input. Print one integer per line.

Example

Input:
2
10
20

Output:
2
10
20

Answers

The repository contains answers for the languages listed below.

c py cpp java py R rkt 

Test Cases

Some useful test cases are located in the directory in.

Test and Submit a Program

It is highly recommended to test your program in a shell terminal before submitting it to a judge.

For training, you can now submit a program to the sphere-engine ECHO Widget. When it is done, you will be ready for the next step: solving the TEST and STEST problems.

This tutorial explains the training process in French.

Documentation, Support and Issues

Use the issue tracker here on GitHub to report issues. As far as possible, provide a Minimal Working Example.

echo's People

Contributors

arnaud-m avatar ds201891 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

echo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.