답안 #26841

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
26841 2017-07-06T10:11:45 Z TAMREF main 함수 (BSC_0_0) C++11
컴파일 오류
0 ms 0 KB
#include <cstdio>
#include <windows.h>
int main(){
  Sleep(999);
  return 0;
}

Compilation message

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