1404 - CS I2P 2018 Lee OJ practice Scoreboard

Time

2018/03/09 15:20:00 2018/03/09 16:00:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
11842 hello world
11843 The A+B Problem

11842 - hello world   

Description

print "Hello World!"

You need to print newline character '\n' in the end.

 

Input

(no input)

Output

print out Hello World! on screen.

Sample Input  Download

Sample Output  Download

Tags




Discuss




11843 - The A+B Problem   

Description

Given two value a and b, output the result of a+b.

Input

0 <= a, b <= 100000000.

Output

a+b

You need to print newline character '\n' in the end.

Sample Input  Download

Sample Output  Download

Partial Judge Code

11843.c

Partial Judge Header

11843.h

Tags




Discuss