이번에는 특수문자 출력에 도전하자!!
다음 문장을 출력하시오.
"!@#$%^&*()"
#include <iostream> using namespace std; int main() { cout << "\"!@#$%^&*()\""; }