Submission #716992

#TimeUsernameProblemLanguageResultExecution timeMemory
716992finn__Joker (BOI20_joker)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

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

Compilation message (stderr)

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