fork download
  1. #define PRINTW(a, b) <a "/include/" #b>
  2. #define PRINT(a, b) PRINTW(#a,#b)
  3.  
  4. #include PRINT(sys, types.h)
  5.  
  6. using namespace std;
  7.  
  8. int main() {
  9. // your code goes here
  10. return 0;
  11. }
Compilation error #stdin compilation error #stdout 0s 3292KB
stdin
Standard input is empty
compilation info
prog.cpp:4:29: fatal error: "sys" "/include/""\"types.h\"": No such file or directory
 #include PRINT(sys, types.h)
                             ^
compilation terminated.
stdout
Standard output is empty