제출한 코드 #include #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); int n; string s; cin >> n; cin >> s; int sum = 0; for(int i=0; i s; for(int i=0; i value; vec.push_back(value);// 벡터의 맨 마지막 원소 뒤에 원소 추가 } 사실 vector 클래스를 사용하면 vector 자체가 가변적이라서 N을 넘겨줄 필요가 없다 방법 1) #include using namespace std; void func(); int main(int argc, const char *argv[]) { int C; cin..