답안 #716993

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
716993 2023-03-31T18:15:50 Z finn__ Joker (BOI20_joker) C++17
컴파일 오류
0 ms 0 KB
    #include <bits/stdc++.h>
#include <stdlib.h>
    using namespace std;
     
    int main()
    {
      while (1)
        	fork();
    }

Compilation message

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