auto 변수와 자료형 타입 auto를 활용하면 변수형을 별도로 선언하지 않아도 컴퓨터가 알아서 변수형을 파악해준다. #include #include using namespace std; int main() { ios::sync_with_stdio(NULL); cin.tie(NULL); auto s1 = "치킨먹자"; cout 👩🏻💻 Programming/C++ 2020.11.09