Submission #34338

#TimeUsernameProblemLanguageResultExecution timeMemory
34338spamprintf 함수 1 (BSC_0_1)C++14
Compilation error
0 ms0 KiB
#inclue<iostream> using namespace std; int main(){ cout<<"Hello World"; }

Compilation message (stderr)

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