808 - EECS_I2P(1)_chen_lab0 Scoreboard

Time

2015/09/16 14:00:00 2015/09/16 18:00:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
10028 Hello World
1000 The A+B Problem

10028 - Hello World   

Description

請印出 "Hello World"

Hint:

#include

int main(){ 
    printf("Hello World");
    return 0; 
}

Input

Output

印出 "Hello World"

Sample Input  Download

Sample Output  Download

Tags




Discuss




1000 - The A+B Problem   

Description

Given a,b, output a+b.

Input

a,b<=100000000.

Output

a+b

Sample Input  Download

Sample Output  Download

Tags

4 5 ddd 3 a #include <stdio.h> p klrscpp ? CCY rain orange



Discuss