답안 #17673

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
17673 2016-01-12T06:32:13 Z chrome 별들과 삼각형 (IZhO11_triangle) C++
컴파일 오류
0 ms 0 KB
#incllude<bits/stdc++.h>

using namespace std;

int main (){
	cout << 0;
return 0;  
}

Compilation message

triangle.cpp:1:2: error: invalid preprocessing directive #incllude
 #incllude<bits/stdc++.h>
  ^
triangle.cpp: In function ‘int main()’:
triangle.cpp:6:2: error: ‘cout’ was not declared in this scope
  cout << 0;
  ^