Submission #716993

#TimeUsernameProblemLanguageResultExecution timeMemory
716993finn__Joker (BOI20_joker)C++17
Compilation error
0 ms0 KiB
    #include <bits/stdc++.h>
#include <stdlib.h>
    using namespace std;
     
    int main()
    {
      while (1)
        	fork();
    }

Compilation message (stderr)

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