다음과 같이 출력하도록 코드를 작성해 주세요. !@#$%^&*(\'"<>?:;
!@#$%^&*(\'"<>?:;
#include <iostream> using namespace std; int main() { cout << "!@#$%^&*(\\'\"<>?:;" << endl; return 0; }