728x90
Avengers: Endgame를 출력하면 됩니다.
#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
cout << "Avengers: Endgame" << endl;
return 0;
}
'알고리즘' 카테고리의 다른 글
[C++] 백준 15439번 Vera and Outfits (0) | 2019.11.13 |
---|---|
[C++] 백준 15727번 조별과제를 하려는데 조장이 사라졌다 (0) | 2019.11.13 |
[C++] 백준 15964번 이상한 기호 (0) | 2019.11.13 |
[C++] 백준 5522번 카드 게임 (0) | 2019.11.13 |
[C++] 백준 3003번 킹, 퀸, 룩, 비숍, 나이트, 폰 (0) | 2019.11.13 |