제출 #716992

#제출 시각아이디문제언어결과실행 시간메모리
716992finn__Joker (BOI20_joker)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

int main()
{
  while (1)
    	fork();
}

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

Joker.cpp: In function 'int main()':
Joker.cpp:7:6: error: 'fork' was not declared in this scope
    7 |      fork();
      |      ^~~~