728x90
고려대학교를 출력하면 됩니다.
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout << "고려대학교" << endl;
return 0;
}
'알고리즘' 카테고리의 다른 글
[C++] 백준 16360번 Go Latin (0) | 2019.09.27 |
---|---|
[C++] 백준 2914번 저작권 (0) | 2019.09.27 |
[C++] 백준 5598번 카이사르 암호 (0) | 2019.09.27 |
[C++] 백준 2799번 블라인드 (0) | 2019.09.26 |
[C++] 백준 5397번 키로거 (0) | 2019.09.26 |