https://algospot.com/judge/problem/read/HELLOWORLD
<결과>
<코드>
#include<iostream> #include<string> using namespace std; int main() { int cases; cin >> cases; while (cases--) { string name; cin >> name; cout << "Hello, " << name << "!" << endl; } }
'Programming > Judge' 카테고리의 다른 글
Algospot : ENCRYPT (0) | 2014.12.15 |
---|---|
ACMICPC 1003 : 피보나치 함수 (0) | 2014.12.15 |
ACMICPC 1008 : A/B (0) | 2014.12.15 |
ACMICPC 1205 : 등수 구하기 (0) | 2014.12.13 |
ACMICPC 1002 : 터렛 (0) | 2014.12.12 |
ACMICPC 1000 : A+B (0) | 2014.12.12 |
Algospot : LECTURE (0) | 2014.12.12 |
Algospot : DRAWRECT (0) | 2014.12.11 |
Algospot : ENDIANS (0) | 2014.12.11 |
Algospot : MERCY (0) | 2014.12.11 |
Algospot : Hello World! (0) | 2014.12.11 |
댓글을 달아 주세요