fork(1) download
  1. #include<iostream>
  2. #include<algoritm>
  3. using namespace std;
  4. int main(){
  5. return 0;}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:9: fatal error: 'algoritm' file not found
#include<algoritm>
        ^
1 error generated.
stdout
Standard output is empty