fork download
  1.  
  2. int main()
  3. {
  4. return 1 (<) 2;
  5. }
Compilation error #stdin compilation error #stdout 0s 4380KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:4:15: error: expected primary-expression before ‘<’ token
     return 1 (<) 2;
               ^
prog.cpp:4:16: error: expected primary-expression before ‘)’ token
     return 1 (<) 2;
                ^
prog.cpp:4:16: error: expression cannot be used as a function
prog.cpp:4:18: error: expected ‘;’ before numeric constant
     return 1 (<) 2;
                  ^
stdout
Standard output is empty