제출 #716993

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

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

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