#include <iostream>#include<array>int main(){ std::array<int, 10> arr{}; for(auto& it: arr) { std::cin >> it; } for(auto it: arr) { std::cout << it; } return 0;}C++11버전임.
아쉽지만 글 운지함
자삭이야, 아니면 장이 삭제한 거야?
애 수준에 맞춰줘야지 ㅜ
근데 일케 보니깐 ㄹㅇ c++이 c의 superset같지가 않다
나도 이번에 처음 들어간 회사가 C언어가 주력인데 보자마자 깝놀했어. C++이 그리워졌음
과제충들 글삭 씨발ㅋ
통사적 사탕 달다