답안 #716992

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
716992 2023-03-31T18:14:58 Z finn__ Joker (BOI20_joker) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

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

Compilation message

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