알고스팟/튜토리얼 [소스코드/C++] MERCY Makeii 2016. 2. 29. 00:14 소스코드접기 1234567891011121314/*입력된 수만큼 문장 출력하기*/#include <iostream>using namespace std; int main(){ int index = 0; cout<<"입력하세요 : "; cin>>index; for(int i=0;i<index;i++){ cout<<"Hello Algospot!"<<endl; } return 0;}Colored by Color Scriptercs 접기더이상의 설명이 필요한가 저작자표시 (새창열림)