답안 #17671

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

using namespace std;

int x;

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

Compilation message

triangle.cpp:1:25: fatal error: bist/stdc++.h: 그런 파일이나 디렉터리가 없습니다
 #include <bist/stdc++.h>
                         ^
compilation terminated.