2013年7月15日 星期一

d483: hello, world

http://zerojudge.tw/ShowProblem?problemid=d483
還真怕沒有一次就 AC ......

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
/**********************************************************************************/
/*  Problem: d483 "hello, world" from Wikipedia                                   */
/*  Language: CPP (122 Bytes)                                                     */
/*  Result: AC(4ms, 328KB) judge by this@ZeroJudge                                */
/*  Author: jrsh0906 at 2013-07-15 16:53:06                                       */
/**********************************************************************************/


#include <iostream>
#include <cstdlib>

using namespace std;

int main()
{
 cout<<"hello, world";

 return 0;
}

沒有留言:

張貼留言