제출 #17673

#제출 시각아이디문제언어결과실행 시간메모리
17673chrome별들과 삼각형 (IZhO11_triangle)C++98
컴파일 에러
0 ms0 KiB
#incllude<bits/stdc++.h>

using namespace std;

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

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

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