답안 #18881

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
18881 2016-02-16T10:22:38 Z dltldls95 printf 함수 1 (BSC_0_1) C++
컴파일 오류
0 ms 0 KB
int main()
{
  std::cin<<"Hello World!"<<std::endl;
  return 0;
}

Compilation message

printf1.cpp: In function ‘int main()’:
printf1.cpp:3:3: error: ‘cin’ is not a member of ‘std’
   std::cin<<"Hello World!"<<std::endl;
   ^
printf1.cpp:3:29: error: ‘endl’ is not a member of ‘std’
   std::cin<<"Hello World!"<<std::endl;
                             ^