제출 #17671

#제출 시각아이디문제언어결과실행 시간메모리
17671Adilkhan별들과 삼각형 (IZhO11_triangle)C++98
컴파일 에러
0 ms0 KiB
#include <bist/stdc++.h> using namespace std; int x; int main () { cout << x; return 0; }

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

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