반응형
문제 : https://www.acmicpc.net/problem/2557
풀이방법
iostream의 cout을 이용
전체코드 (C++)
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!" << endl;
}
![](https://tistory1.daumcdn.net/tistory/3100723/skin/images/app_ad_1024x500_pastweather.png)
문제 : https://www.acmicpc.net/problem/2557
iostream의 cout을 이용
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!" << endl;
}
최근댓글