제출 #26841

#제출 시각아이디문제언어결과실행 시간메모리
26841TAMREFmain 함수 (BSC_0_0)C++11
컴파일 에러
0 ms0 KiB
#include <cstdio> #include <windows.h> int main(){ Sleep(999); return 0; }

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

main.cpp:2:21: fatal error: windows.h: No such file or directory
 #include <windows.h>
                     ^
compilation terminated.