fork(1) download
  1. #include <iostream>
  2. //#include "jedna.h"
  3. #ifndef JEDNA_H_INCLUDED
  4. #define JEDNA_H_INCLUDED
  5.  
  6.  
  7. extern int zm1, zmm1;
  8. extern double zm2, zmm2;
  9. extern char zm3, zmm3;
  10.  
  11. void polska();
  12.  
  13.  
  14. #endif
  15. using namespace std;
  16.  
  17.  
  18. void polska()
  19. {
  20. cout<<"";
  21. }
  22.  
  23. int main() { return 0; }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
Standard output is empty