답안 #34338

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
34338 2017-11-10T05:52:41 Z spam printf 함수 1 (BSC_0_1) C++14
컴파일 오류
0 ms 0 KB
#inclue<iostream>
using namespace std;
int main(){
  cout<<"Hello World";
}

Compilation message

printf1.cpp:1:2: error: invalid preprocessing directive #inclue
 #inclue<iostream>
  ^
printf1.cpp: In function 'int main()':
printf1.cpp:4:3: error: 'cout' was not declared in this scope
   cout<<"Hello World";
   ^