Submission #17671

# Submission time Handle Problem Language Result Execution time Memory
17671 2016-01-12T06:24:38 Z Adilkhan Star triangles (IZhO11_triangle) C++
Compilation error
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.