제출 #18881

#제출 시각아이디문제언어결과실행 시간메모리
18881dltldls95printf 함수 1 (BSC_0_1)C++98
컴파일 에러
0 ms0 KiB
int main() { std::cin<<"Hello World!"<<std::endl; return 0; }

컴파일 시 표준 에러 (stderr) 메시지

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;
                             ^